Brian Walk wrote:
> ...
> 
> Using Firefox 2.0.0.6, go to
> www.niu.edu/phys_plant/departments/maintenance.shtml and do a print
> preview. You will notice that Firefox is dividing the page up into
> three sections: the header, which only features the logo; the content
> area, which cuts off some content at the bottom of the page; and the
> footer.
> 
> ...
> 
> So, here are my questions: does anyone know if there has been a
> change in how Firefox interprets a print style sheet that might cause
> it to preview and output as I described above, and if so, can you
> suggest a remedy. ...

You have an overflow:hidden for #divContent in master.css

Does

#divContent {
         overflow:visible;
}
in print.css fix the print preview issue?

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to