I'm trying to get this menu script to not close menus on a mouse over. How can I do this?? I want all menus to open and close via onclick. Of course, I want only the menu that is clicked to open or close, and to close any other open menus.
So... you want to click an item to open its corresponding submenu. That submenu should remain open, even if you mouse off of the menus entirely, until a different submenu opens... is that it?