Published on

The weirdest IE6 CSS bug – The multiple class bug

Authors
  • avatar
    Name
    Mike Barram
    Twitter

As described here:
http://paulirish.com/2008/the-two-css-selector-bugs-in-ie6/

if you write

#tooltip.red { background: white; color: red; }  
#tooltip.yellow { background: black; color: red; }  

the second rule will be ignored