Multiple class names

Atom RSS

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.

Comments

(Add your own)

Posted by Peter Siewert on 7 September 2005

1

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

Post a comment

Commenting guidelines:

  1. When quoting specs, articles or your own research, please include a URL of the document.
  2. Test your stuff. When reporting browser behaviour, make sure that your report is correct.

Yes