Log in

View Full Version : Strange behaviour - jQuery Multi Level CSS Menu #2



fofifonfec
07-06-2009, 12:06 PM
Hello,

The jQuery Multi Level CSS Menu #2 works fine for me.
I have even modified the code in order to have a left and a right menu on the same bar, to hide <select> fields when working with IE and to open the menu on click instead of hover (asked by some customers).

But I get two problems :

1. Sometimes, and usually when the page is loaded the first time, on any browser I have checked, the horizontal arrow of a submenu displays very large. When I refresh the page, the arrow is normal.

2. Sometimes, too, when I hover above or click on a menu title with several levels of submenus, and only if I have previously opened at least the second level submenu, the second level is automatically displayed along with the first one.

You can check this at the address : http://www.kelyos.fr/menu
Just move several times over then out the "Folder 2" menu.

I'm just looking for any idea explaining these strange behaviours.

Thanks

Elkidogz
07-06-2009, 06:45 PM
1. This seems to be working correctly in IE6

2. there is an IE hover fix available Online that I have found works great.

http://www.xs4all.nl/~peterned/csshover.html#changes

fofifonfec
07-07-2009, 04:16 AM
Hello Elkidogz,

- The arrow problem takes place with any browser, IE included. But it is random on the first page load

- The two submenus appearing together also happens with any browser.

Nevertheless, the page about whatever:hiver is an interesting one.