Multiple class names

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.

This site is no longer maintained. I’m sorry, but it’s just too much work for too little return. You can continue to browse old bug reports, though.




Search reports by browser:

Atom RSS

Comments

(Add your own)

1 Posted by Peter Siewert on 7 September 2005 | Permalink

Good 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