Thanks for that. So are you saying there is no 'fix' for this at present?
Bill ----- Original Message ----- From: Ingo Chao Cc: css-d@lists.css-discuss.org Sent: Wednesday, October 19, 2005 2:28 PM Subject: Re: [css-d] Print style sheet not working in Opera (8.5) Bill Stemp wrote: > I have a print style sheet for some pages. This seems to work fine, > except in Opera (only tested in 8.5) ... > > However, upon changing the media type to print, Opera prints the body > background colour, despite this being overridden in the printsstyle.css. > http://www.leschambres.co.za/directionsFromCapeTown.htm > > In print-preview, you can see that the body colour is still displayed Its an absurd bug in Opera 8. mainstyle.css / media="screen" body {... background-color: #DEBF92;} printDirections.css / media="print" body {... background-color: #FFF;} Op8 does erroneously print the page in #DEBF92; unless you are defining mainstyle.css / media="screen" html {background-color: #FFF;} in the /screen/ style sheet. Ingo -- http://www.satzansatz.de/css.html ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/