I'm wondering if anyone has run into this: I'm using images with rollovers in my top level menu. When I try mousing over onto the subs, it's like the top-level menu image refreshes and rolls over again. It is very apparent with mine, because my rollover is an animated gif. Take a look: http://www.telusplanet.net/public/tmotz ... ample.html
Also, here is the code for the menu_data.js file:
Yes, I have noticed that before. You'll also note, if you move the pointer slowly, that the pointer reverts to the default (arrow) in a small space before you hit the first item in the submenu... as though it's briefly left the menu altogether. When you get the hand pointer again, the rollover fires again. I have also recently noticed the same effect with onfunction... the main menu item's onfunction will fire again when you mouse off of it and into the submenu. I have not, however, gotten around to reporting that yet. And unfortunately, I don't know a workaround. You might try setting a negative vertical offset in the submenus that branch from main (i.e., in the submenu definition, set top="offset=-2" or so). That would move the submenu up, closing the gap (if any) between it and the main menu. Haven't tried it myself, but it's worth a shot.
Sorry I can't be more help. Maybe Andy will see this and look into it.
Thanks for the input. Unfortunately, setting a negative vertical offset didn't help. But I discovered that what makes it so obvious is the animated rollover. When I changed it to a non-animated rollover, it was practically impossible to notice. Thanks again.
I was wondering if perhaps it was the animation setting? What about if you set it to only play once? That would lose it replaying if they moused over an item again, but it might stop it from playing as you went from main to submenu. Though to be honest, I kind of liked the double run, really caught your eye.
I could be wrong, but I have the impression that the animation was set to play only once, but it fired again when you moused into the submenus. In any case... I agree... I liked the animation effect, especially when traversing the main menu. I liked it even when it ran twice. It was unique.
Yep, nice touch and is unique. I did find a way to fix it, but not with the images as are. If instead of making the top nav images the animation, you make the first one in the submenus the animation with the line at the top it will not repeat as you move off, but I still think it looks really neat doing it twice.
Yeah, although it was not really intended, I didn't mind it repeating once. Unfortunately the client didn't prefer it, and as we all know, the client is always right