|
Posted by Neredbojias on 11/12/05 19:30
With neither quill nor qualm, =?ISO-8859-1?Q?Dav=E9mon?= quothed:
> 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.
Perhaps "overflow:visible;" would be better.
--
Neredbojias
Contrary to popular belief, it is believable.
[Back to original message]
|