I'm trying out hte menu and thinking of purchasing a license. It looks really good but I'm having a couple of problems I need help with
I'm using images for my main horizontal navigation bar. When moused over I'd like that image to be swapped out with another and the menu to drop down. I've set my onload in the body tag to look like this
<body onLoad="MM_preloadImages('images/head-nav-on_03.jpg','images/head-nav-on_04.jpg','images/head-nav-on_05.jpg','images/head-nav-on_06.jpg','images/head-nav-on_07.jpg','images/head-nav-on_08.jpg','images/right-nav-on_05.jpg','images/right-nav-on_07.jpg','images/right-nav-on_09.jpg','images/right-nav-on_10.jpg','images/right-nav-on_13.jpg'); DynarchMenu.setup('menu', { electric: true ) )">
First, the menus just don't seem to work if I add electric: true to the setup call
second, I can't seem to get my mouseovers to work if the menu loads properly.
Any ideas?
thanks for the help