I saw a lot of posts on this item, but couldn\'t find the right solution. Sorry if it\'s already answered somewhere.
What I want: I have a DIV
DIV
You can keep the HTML as is and simply add the following:
$("#menudiv").mouseleave(function(){ $(this).hide(); });
jsFiddle: http://jsfiddle.net/5SSDz/