Newbie question about printing with a flash in wmode transparent
hello
i have newbie question, how make can print website while having flash in wmode=transparent without having ugly background of flash covering while printing ?. ( must compatible ie, firefox, chrome )
i need see behind whatever transparent can print it.
when google it, seem cannot find easy solution of how it.
please ? precise , clear please, think newbie me need understand tell me
thanks in advance !
you'll need create separate print.css file. set division flash content in display:none. same other non-essential content such ads, navigation menus, images...
css:
------------
#flashdiv {display:none}
img {display: none}
#addiv {display:none}
if content contained inside images , flash objects, need create separate printer-friendly web pages using html markup without flash.
see creating printer friendly web pages
http://webdesign.about.com/od/printerfriendly/a/aa041403a.htm
nancy o.
alt-web design & publishing
web | graphics | print | media specialists
http://alt-web.com/
http://twitter.com/altweb
http://alt-web.blogspot.com
More discussions in Dreamweaver support forum
adobe
Comments
Post a Comment