Reputation: 5990
I have a working menu, but when I hover over my blog's drop-down menu, it disappears. How can I fix this?
Upvotes: 1
Views: 603
Reputation: 897
check this http://jsfiddle.net/7MYag/
you need to add onMouseOver and onMouseOut to the li element
Upvotes: 1
Reputation: 5607
Fixed it:
I added an onMouseOver and onMouseOut to the menu as well.
Upvotes: 3