Rank: Newbie Groups: Member
Joined: 2/4/2010 Posts: 1
|
Hi, I am using ASP.NET EO menu in a framset, menu is loading properly. when I click on any main menu, a sub-menu opens (same as file menu in windows).As I hover the mouse over any menu item , sub-menu keeps flickering.(basically it is adjusting the width of the sub-menu , even though I have explicitly set the width of the sub-menu).
Please help me on this.
Thanks. Tahir
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
This probably has to do with your style instead of your frameset. Try the same menu without frameset and any external CSS file and see if the problem occurs. You will also want to check your menu item's "NormalStyle" and "HoverStyle" match. Usually they do not have the same width setting. For example, if your "NormalStyle" has a width of 100 with no border, then "HoverStyle" can have a width of 98 with border width as "1".
Thanks!
|