Hi all,
I'm making a menu of nested ul's. I'm using a mouseover and mouseout event to make the submenus fly out which is working fine in every browser except Firefox. In Firefox it works fine in jQuery 1.4.2, but not in any of the more recent versions.
My problem is that on the more recent versions of jQuery, the submenu disappears when you mouseover it. It only works if you mouse really really slowly. Not sure if it's a Firefox bug, a jQuery bug, or just bad scripting by me.
I've attached a stripped down version of the menu as a txt file so you can see what I mean. In the live version there are multiple ul levels, unfortunately its behind a secure system so I can't include a link.
Any ideas?