Hello
I am using mm_menu.js in my application. My menu is a editable one, means user can have the menu according to his choice eg(he can operate the menu using onClick or onMouseOver)...
Now with onClick.....
If a user clicks a particular menu, it will display the child menus.
The problem is if a child menu has some more sub-menus, the program is displaying all those onMouseOver. I want these to be displayed only if i am clicking their parent menus.....
Please help......