Is it possible to make a slide a link in NIVO SLIDER?
I had a problem with links in IE all versions, other browsers were working OK, solved with adding:
background-color:#fff;
filter:alpha(opacity=0);
/other than IE/
-moz-opacity:0;
-khtml-opacity: 0;
opacity: 0;
to the **.nivoSlider a.nivo-imageLink**
of the nivo-slider.css
Yes, just wrap the image in an anchor tag <a>
<div id="slider">
<img src="media/images/headers/phono1.jpg" alt="No Link" />
<a href="http://www.pinelakedesign.com"><img src="media/images/headers/photo2.jpg" title="Linked Up" /></a>
</div>
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With