nfc
nfc

Reputation: 634

CSS dropdown menu with jQuery

I've made this dropdown menu, and I'm stuck on the jQuery part.

This is what I've got so far: http://jsfiddle.net/WuP9V

The script should slideDown the current ul attached to the li, it works with pure css, but as you see I'm not able to move the mouse down to the sub menu.

Thanks for any help.

Upvotes: 0

Views: 145

Answers (1)

Andres I Perez
Andres I Perez

Reputation: 75379

The submenu is opening too far from the menu item, just adjust the "top" value of your .bithackNavigationWrapper ul ul class to something like 23px and it works fine.

Upvotes: 2

Related Questions