Revision: 11644
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at February 12, 2009 09:56 by joeymarchy
Initial Code
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;}
Initial URL
Initial Description
Initial Title
IE6 Multiple Background declarations
Initial Tags
ie6
Initial Language
CSS