How can I show a div only when hovering a menu item or the div?
I have items contained in an unordered list. I have hidden divs (using display:none;) outside of this list. When you hover over a list item, I would like the div to appear. It must also remain visible if you move your mouse from the list item to the div below it. I am open to accomplish this through CSS, JavaScript/jQuery. Also, my document is set to HTML5. This is what I am currently working with. <nav id="main-menu"> <ul> <li><a class="first-link parent" href="">First Link</a></li> <li><a class="second-link parent" href="">Second Link</a></li> <li><a class="third-link parent" href="">Third