I've got a framed site. In the top frame is a menu, the menu opens over (or rather into) the main body frame. In firefox the appearance of the menu looks fine as described with styles. But in IE its like there is no stiles in the menu portion in the main frame. Any idea why?
Here are some code snips:
Code: HTML/ASPX
<eo:Menu id="Menu" runat="server" width="100%" TargetFrame="main" TargetWindow="main" SubMenuIconUrl="../images/a_10.png">
<LookItems>
<eo:MenuItem ItemID="_Default" LeftIcon-Url="../images/a_10.png" NormalStyle-CssText="padding-right:12px;">
</eo:MenuItem>
<eo:MenuItem ItemID="_Sub" NormalStyle-CssClass="v2_MainMenuSub" LeftIcon-Url="../images/a_10.png" NormalStyle-CssText="padding-right:12px;">
</eo:MenuItem>
<eo:MenuItem ItemID="_SubSub" NormalStyle-CssClass="v2_MainMenuSubSub">
</eo:MenuItem>
</LookItems>
</eo:Menu>