Matt Jones
Matt Jones

Reputation: 37

CSS drop down sub menu disappears when using Internet Explorer 9

I'm having trouble with following site in IE9. As you may notice the sub menu disappears as the mouse hovers over.

vinehousefarm-farmshop.co.uk

HTML:

http://pastebin.com/JUWsGyFM

CSS:

http://pastebin.com/yEq8MCwM

Many thanks in advance!!

Upvotes: 0

Views: 1015

Answers (1)

iddo
iddo

Reputation: 749

The problem is the margin-top:4px on your li. It causes the cursor to loose focus on the anchor element. You better use padding-top on your anchors in the submenu.

Upvotes: 1

Related Questions