[quote]

http://css-discuss.incutio.com/?page=InternetExplorerWinBugs
-> The multiple #id.class bug

[/quote]

Yes, I've found it in the meantime.

The separate style blocks is not an option for me, plus this was just a 
test case, I'm not using inline CSS.

In my real case the troubling element was deep inside of DOM tree so 
I've just moved the style selector to the first logical element up.


Cheers :)

Ingo Chao wrote:
> [EMAIL PROTECTED] wrote:
>   
>> Hi,
>>
>> This is weird, I've googled long time and I cannot find solution.
>> It happens only on IE6.
>>
>> Sorry, but I cannot put online case right now, here is just the code.
>>
>>
>> Scenario 1:
>> You should see text on blue background of div #wrapper
>>
>> ...
>> <style type="text/css">
>> #wrapper.blue {background:blue}
>> #wrapper.red {background:red}
>> </style>
>> ...
>>     
>
> See
> http://css-discuss.incutio.com/?page=InternetExplorerWinBugs
> -> The multiple #id.class bug
>
> Lately someone noted a fix with placing those rules in two separate 
> <style>-blocks. If you could veryfy this fix, I'd appreciate it.
>
> Ingo
>
>   

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

Reply via email to