erraticwisdom.com— A guide containing a few tips for creating print stylesheets with CSS. Includes some tips for restructuring your layout and helping maintain your website's brand.
Jan 23, 2007View in Crawl 4
Creating print css is relatively easy. Its a matter of showing only the content area, everything else, display: none. If you have a typography stylesheet, set its media type to 'all' and the print.css will include that with its formatting.I don't agree with the use of !important either, because I believe I read that its no longer supported/affected with IE6-7.
Closed AccountJan 23, 2007
Creating print css is relatively easy. Its a matter of showing only the content area, everything else, display: none. If you have a typography stylesheet, set its media type to 'all' and the print.css will include that with its formatting.I don't agree with the use of !important either, because I believe I read that its no longer supported/affected with IE6-7.
ziruzhuJan 23, 2007
Nice tip. Thanks.
Closed AccountJan 23, 2007
BUFFALO IN THE HIZZY!!! *rapture*
halfnormalformJan 24, 2007
@gatekillr:Dugg for alistapart mention. I love that site.