Wednesday, July 22, 2009

Multiple CSS classes in Internet Explorer 6

When a chain of classes is used in a CSS selector IE6 only uses the last class. For example: div.foo.bar{color: red} IE6 will apply this rule to <div class="bar"> when it should only apply to <div class="foo bar">.

No comments:

Post a Comment