Kevin Cannon wrote:
> Hi,
> 
> 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
> 
> On that page, #tabs.home doesn't work, but if I change it to #tabs.ski it'll
> work fine in all browsers.


http://archivist.incutio.com/viewlist/css-discuss/57344
http://sonspring.com/journal/ie6-multi-class-bug
And someone put it into our Wiki recently.

For myself, I named the bug "the blue penguins bug" since the day I was 
posting it in a fit of keeness to the MSDN blog ("Improving the CSS 2.1 
strict parser for IE 7") among other bug reports 
(http://blogs.msdn.com/ie/archive/2005/09/02/460115.aspx#460582) and got 
this satirical answer:
http://blogs.msdn.com/ie/archive/2005/09/02/460115.aspx#461673

I still don't know if the parser in IE7 is fixed, though.

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