/ Published in: CSS
Expand |
Embed | Plain Text
When you have multiple declarations for a single background element IE6 ignores the background. For instance, this does not work: .element0, .element1, .element2 {background-image: none;} This does work: .element0 {background-image: none;} .element1 {background-image: none;} .element2 {background-image: none;}
You need to login to post a comment.
