print CSS still showing some background images when printing

Posted by RyanP13 on Stack Overflow See other posts from Stack Overflow or by RyanP13
Published on 2010-05-19T10:58:44Z Indexed on 2010/05/19 11:10 UTC
Read the original article Hit count: 423

Filed under:
|
|
|

I am receiving some strange begaviour in IE6 when printing a page.

For some reason it is printing out parts of a CSS background image sprite.

I have overridden all background-image declarations with:

* {background-image:none !important;}

But to no avail. I didn't think background images were supported by default anyways so this is a new one on me.

© Stack Overflow or respective owner

Related posts about css

Related posts about css-sprites