View Full Version : Alternate document for printing
canuckin
09-19-2005, 05:22 PM
Alternate document for printing does not work in Firefox 1.04
Compatibility
* IE5+: IE 5 and above
* FF1+: Firefox 1.0+. NS6+ and FF beta are assumed as well.
* Opr7+: Opera 7 and above.
canuckin
09-19-2005, 06:16 PM
can you see why this might be the case? I would really like to find a piece of code that can do this cross-platform
mwinter
09-25-2005, 11:08 PM
Use a print style sheet instead. This style sheet should override settings from your screen style sheet (including hiding content like navigation items).
You include it normally, adding a media attribute to the link or style element:
<link rel="stylesheet" type="text/css" href="..." media="print">Mike
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.