Welcome Guest Search | Active Topics | Sign In | Register

Menu TargetFrame Styles (IE vs Firefox) Options
Jeff Lundgren
Posted: Thursday, August 14, 2008 11:42:29 AM
Rank: Advanced Member
Groups: Member

Joined: 8/22/2007
Posts: 30
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>

eo_support
Posted: Thursday, August 14, 2008 11:47:17 AM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,193
Hi,

Check whehter you have set the menu's CssFile property. That is necessary if the menu uses any CssClass. At runtime, the menu tries to automatically load CssFile into the target frame.

Thanks
Jeff Lundgren
Posted: Thursday, August 14, 2008 11:50:17 AM
Rank: Advanced Member
Groups: Member

Joined: 8/22/2007
Posts: 30
That's it.. Thanks. Works.


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.