I want to make a drop down menu. I try to do something like this: http://jsfiddle.net/GPpbz/11/
<div>
<nav>Parent Menu</nav>
<nav>Sub Menu</nav>
<nav>Sub Menu</nav>
</div>
But I have a problem. When mouse leave from parent li, sub menu container slideUp. It should visible during mouse over on sub menu container. Maybe I cant explain, but if you look example, you understand me.
How can I solve this problem. Or Do you offer something different? (Sub menu is 100% width an inline)
Thanks.
It would be much better if you change your html to this
and write appropriate jquery for this.