difference on Windows 7,8 XP
Quote:
Originally Posted by
ddadmin
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.
Thanks for the response. Yes, I did remove the option. In my test, I found that on one of my XP computers with the latest Chrome and Firefox, it worked in hover mode just fine,
but on my Windows 7 computer and on my Windows 8 computer both with the latest versions of Chrome and Firefox it required a click and only works in toggle mode. It seems to work in IE on all computers.
I made a simple sample page with your default code to make sure it wasn't something else in my code:
http://www.srnow.net/menu/smoothsample.html
I removed the "method" line altogether on the sample page, but I also tried it with the line in there with 'hover' and it did the same thing.
Thanks for your help.