This site heavily relies on bug reports created by its readers. Anyone can report a bug and be published.
Main navigation:
Search reports by browser:
When using multiple class names for an element, Explorer will ignore all but the last of class names:
element.class1.class2 { }
Explorer completely ignores the class1 selector and happily applies the rule to an element that has only class2 set.
Test page Workaround is not included
Reported by: Tino Zijdel.
Explorer 5-6 Windows, Explorer Mac | Reported on 20 December 2004.
Commenting guidelines:
Posted by Peter Siewert on 7 September 2005
1Good catch. I was about to post this one. When I searched the bug reports, I found you already had found it. Here is my test page as the above test appears to have stopped working: http://www.geocities.com/petersiewertweb/multipleClasses.html