My sub nav disappears on mouseover in IE. My coding attached with nested CSS. Your help is greatly appreciated. Thanks!
Hi roxynyc. Welcome to SitePoint. ![]()
Your dropdown has problems in other browsers too. This is not a good way to do a dropdown, so rather than fix this, I’d strongly suggest using a different method (one that doesn’t rely on JavaScript, which is also better avoided).
Here is a simple example of a bulletproof dropdown 9whcih can be styled to suit your needs.
Here is a more all-purpose example:
Thanks so much for your advice. I will definitely be following it.![]()
Update: I figured out that if I add a height to my nav li, it fixes the problem.