jquery - Why dropdown menu doesn't work in IE9? -
i have dropdown menu works fine in browsers except ie9. menu http://jsfiddle.net/7xuxv/2/ have no idea why doesnt'work!
if have internet explorer 10 , want test in ie9 have hitting f12
on ie10 should start developer tools allows emulate ie9 using browser mode [read more].
any appreciated. thank much.
you problem is:
z-index: 1 !important;
remove in css , works.. yet find why
Comments
Post a Comment