Jump to content

Opera oddity


AndyB

Recommended Posts

I'm using CSS to show an element only in the printed page version.  Everything works as expected with IE, FF, and Netscape Moz.  Opera refuses to dispay the header image in print preview or hard copy when I use the following:

HTML code
[code]<div class="print_only"><img src="images/header-picture-print.gif" width="290" height="80" alt=""/></div>[/code]

CSS screen
[code].print_only {
display: none;
}[/code]

CSS print
[code].print_only {
display: inline;
}[/code]

display: block has the same non-effect. How can I get the image to display in the print mode using Opera?
Link to comment
https://forums.phpfreaks.com/topic/15894-opera-oddity/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.