Log in

View Full Version : Footer Issues in Print preview



Pavan
04-18-2008, 07:20 PM
Im using different CSS for both print and screen media as my application user is more specific about printing web pages

>the issue is with footer which behaves relative to the conttent and doesnt stick to the bottom all the solutions ive tried are good on screen but not on print preview.

Is there a way we hack the print settings as it is more of OS print behaviour respective to styles

Any help appreciated

Thanks
P

P.S Working on IE6

boogyman
04-18-2008, 07:59 PM
Why not have a separate stylesheet for your printed layout?



<link style="text/css" rel="stylesheet" href="/path/screen.css" media="screen">
<link style="text/css" rel="stylesheet" href="/path/print.css" media="print">