I’m working on a drop down menu with margin-top. The problem is, when I go with my mouse from li to drop down, it closes. How can I make it work with margin-top?
From my real design:

I’ve tried this solution: How to use (top) margin with CSS3 drop down menu? , but it moves the image under my ul down (“O fakulteti”).
Help please.
What if you wrap your sub menu with extra
<div>? This<div>should havemargin-top: 4pxstyle instead of the same style you had for nestedul:DEMO: http://jsfiddle.net/wGzj8/18/