Re: [css-d] Building a Print CSS

2008-04-10 Thread Jeff Gates
Christian, thanks. That helped. But now I see that my first printed page's margins are quite wide, while the second page is just as it should be. I have the width set to auto for that #center div. Jeff > I once had similar problems and found out that "overflow: hidden;" set > on one of the pa

Re: [css-d] Building a Print CSS

2008-03-14 Thread Christian Kirchhoff
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 Berli

Re: [css-d] Building a Print CSS

2008-03-13 Thread Rob Emenecker
Jeff, > it only prints one page, cutting the rest of the text off Printing works fine for me in both IE7 and FF2 on Win XP Pro SP2. On screen display, however __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailm

[css-d] Building a Print CSS

2008-03-13 Thread Jeff Gates
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