|
Posted by Davιmon on 11/12/05 16:32
Martin Nadoll wrote:
> Hello,
>
> i have a page with a div-Tag, positioned absolute, overflow:auto that shows
> a scrollbar, because content is to big.
>
>
> My problem:
> It prints only the on screen shown part of my content, not the whole
> content, which is, what i want to print.
>
> Is there any workaround for that problem?
> Maybe something with css-media?
>
Something like:
<link rel="stylesheet" href="print.css" type="text/css" media="print">
in your html, and:
#whatever_id_your_div_is
{overflow:none;}
in the print.css
should solve that.
--
DavΓ©mon
http://www.nightsoil.co.uk
Navigation:
[Reply to this message]
|