Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Navigation Flickering on MouseOver?

Status
Not open for further replies.

devRyan

Programmer
Sep 1, 2006
104
US
Hi all,

I was hoping someone could help me with a problem I'm having with my navigation. Everytime I mouseOver any of the items they start flickering and become very difficult to actually click. I've tried searching for a solution, but haven't been able to find anything that sounds like this.

I'm using VS2005, with .Net2.0, on a Vista OS. The code I've got for my menu is as follows:

Code:
<asp:SiteMapDataSource ID="SiteMapDataSource1" runat="server" />
        <asp:Menu ID="LeftNavMenu" runat="server" DataSourceID="SitemapDataSource1"
         Orientation="Vertical" StaticDisplayLevels="2" StaticSubMenuIndent="0"
         MaximumDynamicDisplayLevels="2" />

I've stripped my sitemap down to just one item and still get the flickering, so don't think it has anything to do with the problem, and so am not posting it, for brevity sake.

Thanks for the help.

Ryan
 
Nevermind, bad css. For some reason visiblity was set to hidden on hover. :/
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top