You were so helpful!
If you ever have a customer that wants to know how to implement the slide show into Able Commerce, I have now done it.
Hi. Can show how you got the link to work with a slide show that has thumbnails
In example7.html they have two slide shows, one with thumbnails and one without.
I can add a link when no thumbnails are used. But I can't figure out how to do it when thumbnails are used in the example.
Example7.html
.
<div class="MagicSlideshow" id="slideshow1">
<a rel="images/sony-bravia.jpg"><img src="images/sony-bravia2.jpg" /></a>
<a rel="images/sony-cybershot.jpg"><img src="images/sony-cybershot2.jpg" /></a>
<a rel="images/sony-phone.jpg"><img src="images/sony-phone2.jpg" /></a>
. <a rel="images/sony-reader.jpg"><img src="images/sony-reader2.jpg" /></a>
<a rel="images/sony-readerA.jpg"><img src="images/sony-readerA2.jpg" /></a>
<a rel="images/sony-vaio.jpg"><img src="images/sony-vaio2.jpg" /></a>
</div>
.
<div class="MagicSlideshow" id="slideshow2">
<img src="images/fruits_apples.jpg" />
<img src="images/fruits_grapefruit.jpg" />
<img src="images/fruits_lime.jpg" />
<img src="images/fruits_raspberry.jpg" />
. <img src="images/fruits_strawberry.jpg" />
</div>