IE9 CSS drop down menu is not working
-
Here is my site:
https://s452419959.onlinehome.us/
I’m using CSS for the menu.
Menu is set to “nav ul ul {display:none}” and then on “nav ul li:hover ul {display:block;} “
It works in all other browsers except IE9 (and below obviously).
Apparently from the forums I’ve read that IE9 and below do not recognize “:hover” on the “li” attribute, that it will only be recognized on the “a” attribute. However, wordpress only prints its menu with the secondary “ul” after the “a”.
Please help! I’ve wasted hours on this!
Thank you!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘IE9 CSS drop down menu is not working’ is closed to new replies.