2009/1/25 Ingo Chao <[email protected]>

>
> No, IE6 recognizes the !important declaration.
>
> The bug in IE6 is, the property with this declaration can be overridden
> within the same rule set.
>
> Some use this bug to send specific values to IE6.
>
> h1 {
>   color: green !important;
>   color: red;
>   }
>
> This is just another example why undocumented hacking is a bad idea. In the
> end, some think !important does not work in IE. But it is ok as long as it
> is not used within the same ruleset.
>
> Ingo
>
>
Hi Ingo,

Thanks for the clarification.

-- 
~ Cristian Palmas ~
http://www.cristianpalmas.it
______________________________________________________________________
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