Codeinwp / Nivo-Slider-jQuery

Nivo Slider - The Most Awesome jQuery Image Slider
http://docs.themeisle.com/article/485-getting-started-with-the-nivo-slider-jquery-plugin
MIT License
1.25k stars 605 forks source link

z-index issue in IE6 & 7 #39

Open gilbitron opened 14 years ago

gilbitron commented 14 years ago

z-index isn't supported properly in IE6 & 7. Causes problems with dropdown menus and the like.

kinipela commented 14 years ago

I'm having the same problem, but only with IE7. Drop down menu displays over the Nivo Slider properly in IE6 and IE8. Only in IE7 is the menu appearing behind the slider images.

Any way to fix this?

bitHacker commented 14 years ago

Found a fix !! http://brenelz.com/blog/squish-the-internet-explorer-z-index-bug/ http://webdemar.com/webdesign/superfish-jquery-menu-ie-z-index-bug/ http://www.vancelucas.com/blog/fixing-ie7-z-index-issues-with-jquery/

to the menu items parent position:relative; z-index:2000;

to the drop down menu: position:absolute; x-index:1000;