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.
(Orphaned), Explorer 5-6 Windows, Explorer 7 beta | Reported on 5 December 2005.
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:
2 Posted by Marc on 5 December 2005
Actually 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
3 Posted by Milo van der Leij on 6 December 2005
Marc,
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:
1 Posted by Sebastian Redl on 5 December 2005
Actually, #id has nothing to do with it. IE generally does this with multiple classes, and I believe this has already been reported.