> Is it possible ot use a rule with an ID and a class name in IE. e.g. like > so: > > <div id="tabs" class="ski">...</div> > > #tabs.ski { > background-color: green; > } > > That works fine in Firefox, but in IE the first rule works, but subsequent > ones don't: > > http://www.multiblah.com/exps/css/id_class.html >
IE up to and including 6 on Windows only supports a single selector at a time, inline with the CSS 1 spec. There's a bit more infor from the IE team at <http://blogs.msdn.com/ie/archive/2005/09/02/460115.aspx> So you'll have to find a workaround if IE6-Win is important to you (which I assume it is :-) HTH, Nick. -- Nick Fitzsimons http://www.nickfitz.co.uk/ ______________________________________________________________________ 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/