Quote Originally Posted by delia View Post
You're showing me rows and columns but not table tags - just left them out for this post? There's supposed to be a class of .additionalImages and there has to be a link on the image.
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>