Reputation: 43
I am using Asp.net menu control, and I try to delay the hiding of submenu items.
On submenu items when the mouse leaves the li element then the submenu disappears instantly.
But I want a 2 seconds delay.
How can I do this ?
Thanks.
Upvotes: 0
Views: 495
Reputation: 43
This is the solution :
Go to the Properties of the Asp.Net Menu Control.
Find the DisappearAfter property.
Set the value in millisecond.
Upvotes: 2