Pelle wrote:
> Hi all.
>
> I have this in my CSS
> * html .clearing {display:none;}
>
> i NEED this to imp+lement in IE7 too, but NOT in Ffx or so.
> What is the bug code for this?
> In pure .css file cause it is external, no javascript or [if lte IE 7] 
> works in this case :(
>
> Regards Pelle
>
>   
Hi Pelle,
Did you try:

    .clearing {
         display: block !important; 
         display: none;
         }

Don't know what IE7 will play with that...

But: *why* the clearing has to be canceled for IE?
If you have a testpage to see, maybe somebody can suggest a workaround.

Greetings,
francky
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to