[jQuery] Re: pure CSS hover problem

2008-11-14 Thread Joel Birch

Simply add a width on the submenu ul elements so that they all span
the full width of the menu. Those uls should also have a solid
background.

Joel Birch.


[jQuery] Re: pure CSS hover problem

2008-11-04 Thread Geuis

Ernes, can you post your html and CSS? Feel free to email me directly
if you want. [EMAIL PROTECTED]

On Nov 4, 8:22 am, Enes Fazli [EMAIL PROTECTED] wrote:
 Hello everybody,

 I have a menu that is similar to the fourth example 
 onhttp://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