surajit_shah Posted August 18, 2008 Posted August 18, 2008 Hi i want to change the asp.net menu I do not need a hover effect but want to display the submenu when click on a menu point how can I do this? Quote
John_0025 Posted October 30, 2008 Posted October 30, 2008 Do you mean the HoverMenu from the Ajax control toolkit? I don't think there is any option to change the behaviour but you can download the source code, it is open source (you should check the license) yourself to be sure about redistribution. You then just need to copy or edit the existing HoverMenu and change the handlers to listen to the onclick event rather than the mouseover. Quote
Nate Bross Posted October 30, 2008 Posted October 30, 2008 If you are using the ASP.NET Menu Server Control, you can just set the hover color to the same as the background color... Quote ~Nate� ___________________________________________ Please use the [vb]/[cs] tags on posted code. Please post solutions you find somewhere else. Follow me on Twitter here.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.