I once had similar problems and found out that "overflow: hidden;" set 
on one of the parents of the text container that is cropped caused them.

Set

#center {
    overflow: visible;
}

for print. That should help.

Regards,

Christian
*Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin
www.digitale-bibliothek.de
AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737
Geschäftsführer: Ralf Szymanski · Erwin Jurschitza


Jeff Gates schrieb:
> I'm trying to create a print css and am having a few problems. The first
> is that when there is a lot of text on a Web page, it only prints one
> page, cutting the rest of the text off.
>
> Example: http://inourpath.com/essay1.html
> Print CSS: http://inourpath.com/iop_print.css
>
> BTW, I found a nice bit of css by Eric Meyer on A List Apart for printing
> the URLs of links when one prints the page (it's in the css file mentioned
> above).
>
> Jeff
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> List wiki/FAQ -- http://css-discuss.incutio.com/
> List policies -- http://css-discuss.org/policies.html
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>   
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to