Hmm I'm not seeing this issue. The default vertical version of the menu has its "reveal" option set to "toggle", which causes the sub menus to be revealed onclick:
Code:
ddsmoothmenu.init({
mainmenuid: "smoothmenu2", //Menu DIV id
orientation: 'v', //Horizontal or vertical menu: Set to "h" or "v"
classname: 'ddsmoothmenu-v', //class added to menu's outer DIV
method: 'toggle', // set to 'hover' (default) or 'toggle'
arrowswap: true, // enable rollover effect on menu arrow images?
//customtheme: ["#804000", "#482400"],
contentsource: "markup" //"markup" or ["container_id", "path_to_menu_file"]
})
If you remove this option, or set it to "hover", then at least for me, in FF and Chrome, the sub menus are revealed onMouseover.
Bookmarks