keji
keji

Reputation: 5990

CSS drop-down menu not working on hover

I have a working menu, but when I hover over my blog's drop-down menu, it disappears. How can I fix this?

http://jsfiddle.net/vkcja/

Upvotes: 1

Views: 603

Answers (2)

mfadel
mfadel

Reputation: 897

check this http://jsfiddle.net/7MYag/

you need to add onMouseOver and onMouseOut to the li element

Upvotes: 1

Sean Johnson
Sean Johnson

Reputation: 5607

Fixed it:

http://jsfiddle.net/vkcja/4/

I added an onMouseOver and onMouseOut to the menu as well.

Upvotes: 3

Related Questions