Sub Nav Disappears in IE

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. :slight_smile:

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.

Horizontal Drop Down Menus

Here is a more all-purpose example:

Son of Suckerfish Dropdowns | HTML Dog

Thanks so much for your advice. I will definitely be following it.:slight_smile:

Update: I figured out that if I add a height to my nav li, it fixes the problem.