Open jrichview opened 12 years ago
I have this same issue in IE10 (and probably older too). It seems that "something" is over the image and the chick doesn't get it's target.
This pull fixes the problem https://github.com/michaelw90/Nivo-Slider/commit/df397fece20b34da84a1d65cac9dde70829acada
Slideshow ALMOST working, but clicking the image does not take you to the page. Next/prev buttons seem to have taken over all mouse clicks?
Layout:
<div id="promo" class="slider-wrapper theme-default"> <div id="slideshow-slider" class="nivoSlider"> <a href="/page1.aspx"><img src="/Shared/Images/promo-1.jpg" width="539" height="288" alt="blah" /></a> <a href="/page2.aspx"><img src="/Shared/Images/promo-2.jpg" width="539" height="288" alt="blah blah"/></a> <!-- etc. --> </div> </div>
Startup JS code:
Is it intentional that if you enable next/prev buttons the hyperlinks for the images won't work?