Need some help with a top navigation setup for a website where I have a div inside an li element.
Encountering issues in IE 7 where there are "holes" in the box causing the drop down to disappear when the user is still interacting with it.
Initially tried a CSS-only solution using li:hover, which worked perfectly in all browsers except IE 7. Added a jQuery/javascript approach to track mouse enter/exit on nav li elements and then apply a class to display the drop down. Improved functionality, but facing issues detecting mouse position over certain tags like images, paragraphs, headings, or links.
If you're interested in seeing the problem firsthand, visit:
Looking for new ideas and suggestions as I've spent too much time on this already without finding a satisfactory solution.