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 you have grouped selectors combining the same id and different classes, only the last selector is workable--the rest are ignored by IE6.
Test page Workaround is included
Reported by: threeandcats.
Explorer 5-6 Windows, Explorer 7 beta 2 | Reported on 5 December 2005.
Posted by Marc on 5 December 2005
2Actually not only is it known about it was a design decision see
http://blogs.msdn.com/ie/search.aspx?q=multiple+class+selectors&p=1
For and explanation
Posted by Milo van der Leij on 6 December 2005
3Marc,
I believe the document you refer to concerns multi-class selectors, such as ".one.two { color:blue }". This bug does not use those kinds of selectors.
Commenting guidelines:
Posted by Sebastian Redl on 5 December 2005
1Actually, #id has nothing to do with it. IE generally does this with multiple classes, and I believe this has already been reported.