Grr IE, you know how you can use an ID & class selector together on same
element?

Eg

.resources .stories#banner {
        background: #666;
}

.resources .know#banner {
        background: #ccc;
}

All fine & valid etc but IE6 Win will only apply the first such style in the
CSS file - so in this example .stories is all good but .know is ignored.

Anyone know why this is?

So perhaps not the best to use if you have a set of classes to list.

:(


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to