Print Version problem with CSS

HTML, CSS and anything else that deals with client side capabilities.

Moderator: General Moderators

Post Reply
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Print Version problem with CSS

Post 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. :(
Last edited by Sindarin on Sun Dec 21, 2008 1:36 pm, edited 1 time in total.
User avatar
kaszu
Forum Regular
Posts: 749
Joined: Wed Jul 19, 2006 7:29 am

Re: Print Version problem with CSS

Post 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; }
User avatar
Sindarin
Forum Regular
Posts: 521
Joined: Tue Sep 25, 2007 8:36 am
Location: Greece

Re: Print Version problem with CSS

Post by Sindarin »

Yeah that and I have to add some extra css code, thanks.
Post Reply