简体   繁体   中英

Why dropdown menu doesn't work in IE9?

I have a dropdown menu that works fine in all browsers except IE9 . This is my menu http://jsfiddle.net/7Xuxv/2/ but I have no idea why this doesnt'work!

If you have Internet Explorer 10 and you want to test in IE9 you have to hitting F12 on IE10 it should start the Developer Tools that allows you to emulate IE9 using the Browser Mode [read more] .

Any help is appreciated. Thank you so much.

you problem is:

z-index: 1 !important;

remove it in your css and it works.. yet to find why

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM