
Originally Posted by
loafer
Yes, plesae just left them out.
I've made a few changes as per your advise, but the main image remains unchanged when I roll over the additional images. Please let me know what I did wrong or miss???
Please find below the code:
<div id="productMainImage">
<a href="#"><img src="images/dvd/picture_01.jpg" width="558" height="558"></a>
</div>
<div id="productAdditionalImages">
<div class="additionalImages"><a href="#"><img src="images/dvd/picture_01.jpg" width="135" height="135"></a></div>
<div class="additionalImages"><a href="#"><img src="images/dvd/picture_02.jpg" width="135" height="135"></a></div>
<div class="additionalImages"><a href="#"><img src="images/dvd/picture_03.jpg" width="135" height="135"></a></div>
</div>