Can someone please help me make sense of all of this?
I wanted to update my menu to use the CSS friendly adapter - no problem thus far. However i want the menu to have a slight delay before dissappearing (in case of accidental mouse out) - from what ive read there is no way to do this with pure CSS - thus
the only solution ive found is to remove the :hover behavior from the css class and write the JS - does anyone know of a better way or a way to add this functionality to a css friendly asp.net menu?
Im really struggling with this cause after all is said and done, im seeing very little benefit to using ASP.NET CSS adatper as opposed to just writing my own complete menu that renders the list tags (<ul><li>) and provide the js.
Member
10 Points
265 Posts
CSS Friendly ASP.NET menu + delay menu dissappear
Nov 19, 2009 12:52 PM|aikeith|LINK
Can someone please help me make sense of all of this?
I wanted to update my menu to use the CSS friendly adapter - no problem thus far. However i want the menu to have a slight delay before dissappearing (in case of accidental mouse out) - from what ive read there is no way to do this with pure CSS - thus the only solution ive found is to remove the :hover behavior from the css class and write the JS - does anyone know of a better way or a way to add this functionality to a css friendly asp.net menu?
Im really struggling with this cause after all is said and done, im seeing very little benefit to using ASP.NET CSS adatper as opposed to just writing my own complete menu that renders the list tags (<ul><li>) and provide the js.
Thanks in advance.
Member
310 Points
150 Posts
Re: CSS Friendly ASP.NET menu + delay menu dissappear
Sep 11, 2011 12:22 PM|bilal.qadeer|LINK
follow the links:
http://forums.asp.net/t/1599926.aspx/1
http://cssfriendly.codeplex.com/workitem/2022
asp.net
Member
280 Points
59 Posts
Re: CSS Friendly ASP.NET menu + delay menu dissappear
Sep 26, 2011 07:29 AM|kushal.dwivedi|LINK
There is a property of ASP.Net Menu : DisappearAfter
http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.menu.disappearafter.aspx
Check if it helps in this scenario.