User1458325554 posted
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);
}