I usually do this when I want to feed IE with different values:
selector { rules that work with IE }
parent>selector { rules hidden from IE that override the previous rules }
In this case:
selector { left: value; }
parent>selector { left: 0; margin-left: value; }
Simon Jessey
----------------------------------
mail: [EMAIL PROTECTED]
blog: http://jessey.net/blog/
work: http://keystonewebsites.com/
----- Original Message -----
> The problem I am having is that Mozilla seems to need the "margin-left"
> property to position the submenus correctly, while IE seems to prefer the
> "left" property. Is there a good way to make one property invisible to the
> browser it doesn't like?
*****************************************************
The discussion list for http://webstandardsgroup.org/
*****************************************************