Page 1 of 1

Print Version problem with CSS

Posted: Mon Sep 29, 2008 4:24 am
by Sindarin
Finally the site is nearly ready, the layout is valid, the cms is up and running. Only some small fixes in the dynamic news pages are to be done some they validate as well. The client likes the result although there is a small problem.... printing.
I suggested using a print version, but so far my print css does not work as intended.

In the print preview and printing result, the top banners make a long white spacing in FF and in IE7 they're messy. Also discovered recently sometimes only the first section of the text is printed! I don't know what I am doing wrong this time. :(

Re: Print Version problem with CSS

Posted: Tue Sep 30, 2008 3:26 pm
by kaszu
There is a space because of the flash and I think flash can't be printed, so to the style-print.css can be added

Code: Select all

#header { display: none; }

Re: Print Version problem with CSS

Posted: Wed Oct 01, 2008 3:20 pm
by Sindarin
Yeah that and I have to add some extra css code, thanks.