Rebecca Cox schrieb:
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.

:(


yes, this leaves a bad taste. In IE, we can use #id and .classes one one element, but we cannot use the combination in one rule.

Your "question why": I one tried to give some thoughts on this problem here
http://archivist.incutio.com/viewlist/css-discuss/60191
but it's a flaw hope.

anyway, hth, Ingo

--
http://www.satzansatz.de/css.html
______________________________________________________________________
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