Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Aug 17, 2010 06:25 AM by danasegarane
Member
282 Points
217 Posts
Aug 16, 2010 03:25 PM|LINK
Hi All,
I am using asp.net menu using cssadapter. How Can I change this the menu show menu using mouse click
http://www.asp.net/cssadapters/
Thanks
Aug 17, 2010 06:25 AM|LINK
I need one help in menu control using CSS adapters. Currently the menu is being showed on mouse over. How Can
Change this to show the menu/ submenu on mouse click rather mouse over.
I tried to change the things in MenuAdapter.js , but I am unlucky..
//items[k].onmouseover = function() {alert('hi'); Hover__AspNetMenu(this); }
items[k].onmouseclick =
items[k].onmouseout =
danasegarane
Member
282 Points
217 Posts
Asp.net menu cssadapter
Aug 16, 2010 03:25 PM|LINK
Hi All,
I am using asp.net menu using cssadapter. How Can I change this the menu show menu using mouse click
http://www.asp.net/cssadapters/
Thanks
Remember to click "Mark as Answer" on the post that helps U
danasegarane
Member
282 Points
217 Posts
Re: Asp.net menu cssadapter
Aug 17, 2010 06:25 AM|LINK
I need one help in menu control using CSS adapters. Currently the menu is being showed on mouse over. How Can
Change this to show the menu/ submenu on mouse click rather mouse over.
I tried to change the things in MenuAdapter.js , but I am unlucky..
//items[k].onmouseover = function() {alert('hi'); Hover__AspNetMenu(this); }
items[k].onmouseclick =
items[k].onmouseout =
function() { Hover__AspNetMenu(this); }function() { Unhover__AspNetMenu(this); }Remember to click "Mark as Answer" on the post that helps U