User170132711 posted
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.