vlane95678
02-13-2009, 11:36 PM
1) Script Title: Image Thumbnail Viewer II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I have successfully installed this script for one of our clients, however instead of using a link to load the larger image we want to use a button, and a button that highlights when moused over. Below is the site and the script. We thought we integrated the two but the button is not highlighting when we mouseover.
Help please!
Site where it isn't working: http://www.mlmmomentum.com/index-offline.htm
Our script:
<a href="Lanitech_Artwork/homepage_piece2.jpg" onmouseover="image1.src='Lanitech_Artwork/homepage_button1_on.jpg';" rel="enlargeimage::mouseover" rev="loadarea" onmouseout="image1.src='Lanitech_Artwork/homepage_button1.jpg';" target="_self">
<img name="image1" src="Lanitech_Artwork/homepage_button1.jpg" border="0" width="288" height="80"></a>
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I have successfully installed this script for one of our clients, however instead of using a link to load the larger image we want to use a button, and a button that highlights when moused over. Below is the site and the script. We thought we integrated the two but the button is not highlighting when we mouseover.
Help please!
Site where it isn't working: http://www.mlmmomentum.com/index-offline.htm
Our script:
<a href="Lanitech_Artwork/homepage_piece2.jpg" onmouseover="image1.src='Lanitech_Artwork/homepage_button1_on.jpg';" rel="enlargeimage::mouseover" rev="loadarea" onmouseout="image1.src='Lanitech_Artwork/homepage_button1.jpg';" target="_self">
<img name="image1" src="Lanitech_Artwork/homepage_button1.jpg" border="0" width="288" height="80"></a>