Be careful when using comma-separated CSS selectors: IE will ignore the whole rule if it doesn’t understand one of the selectors
Wednesday, July 19th, 2006Today I was wracking my brain, trying to figure out why Internet Explorer wasn’t respecting some of the rules in my CSS file. It finally occurred to me that perhaps it was getting tripped up by the attribute selectors I had grouped into the same rule. IE, of course, doesn’t understand attribute selectors. […]