Hello everybody, I have a menu that is similar to the fourth example on http://users.tpg.com.au/j_birch/plugins/superfish/. The problem exists only if JS is deactivated.
If for example the second menu item is activated and I hover over the first menu item (long menu item) I still see the last submenu item of the second menu (subitem 2d). The reason of this behaviour is that on hover the submenu items get a higher index than the items of the current selection, but if there are more items in the current selection than in the hovers submenu these items can still be seen. Now i just have some fake items in the submenus so every submenu has the same amount of items. This is just a workaround for the moment. My question now is: *Is there a more elegant solution to fix this problem?* Enes