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

controlNav not working in IE10 #341

Open victorcarreon opened 11 years ago

victorcarreon commented 11 years ago

Hi.

I've been using your slider and found some issues with links in image not working in ie8... well i found the css fix and it's working now, but now the control nav is suffering a similar problem it seems that it is behind something preventing the click, i tried the same fix used in the image links but its not working... i also set a higher z-index but no success. it works fine in all other browsers even ie8 current css. .nivo-controlNav a { background-image:url(images/nav-button.png); border: 0 none; display: block; float: left; height: 10px; margin-right: 7px; text-indent: -9999px; width: 10px; background-attachment: scroll; background-repeat: no-repeat; background-position: 0px 0px; position: relative; cursor: pointer; z-index: 99999; }

thanks in advance