|
d a v e -> RE: opera not printing image in print style sheet (11/27/2007 2:31:36)
|
"What I tend to do with things like this (as it can be so hard to control) is add a simpler printable image into the mark-up which I hide normally but show in the print stylesheet" lol that's what i did,er didn't i?? in my print sheet i have #headerprint {display:inline; position: absolute; top: 0; left:0; /* DOESN'T DISPLAY IN OPERA !!! */ } and this is the normally hidden div <div id="headerprint"><img src="images/sailing_printlogo.gif" alt="Charger Sailing" width="306" height="70" /></div> or do you mean just use an image?? displayed as block and positioned?
|
|
|
|