[EMAIL PROTECTED] wrote:
> I still have the following main menu css validation error!
>
> 543    #menu li a      Property zoom doesn't exist :  1
> 557    #menu ul        Property zoom doesn't exist :  1
>
>   

Enclose it in a conditional comment. The software will see it, the 
validation service will not.
<!--[if lt IE 7]><style>

#menu ul,#menu li a {zoom:1;}   

</style><![endif]-->
 
______________________________________________________________________
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