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:
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
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