I have an problem with my small jQuery menu.
Here`s a live example:
http://jsfiddle.net/jvalousek/NthrX/
As you can see there, I need to show a specific part of code over hover my first visible menu. It seems that everything works fine, but if you try it, you can see some tricky effect which doesn’t seems nice. It randomly generates slideUp, or slideDown…
Can anyone help?
You’re sliding them all up! Target only the visible ones :
FIDDLE