redpoint
01-22-2009, 03:10 AM
1) Script Title: Image Thumbnail Viewer II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I cannot get this to work. I'm very new to this stuff so it's probably an easy fix...
http://jonesandfarthing.com/mowingpics.html
I tried to copy and paste the table from the DD site and have been messing around with this for a while. The .js file is in the root directory.
Code:
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="20%" valign="top">
<a title="Love and embrace" rev="loadarea::http://www.cssdrive.com" rel="enlargeimage::mouseover" href="/images/photo1.jpg">
<img height="75" border="0" width="100" style="margin-bottom: 5px;" src="images/photo.JPG"/></a>
<br/>
<a rev="loadarea::http://www.codingforums.com" rel="enlargeimage::mouseover" href="/images/photo2.jpg">
<img height="75" border="0" width="100" style="margin-bottom: 5px;" src="images/photo2.JPG"/></a>
<br/>
<a rev="loadarea::http://www.javascriptkit.com" rel="enlargeimage::mouseover" href="../dynamicindex14/photo3.jpg">
<img height="50" border="0" width="50" style="margin-bottom: 5px;" src="thumb3.jpg"/>
</a>
</td>
<td width="80">
<div id="loadarea" style="width: 500px; height: 250px;">
<a href="http://www.javascriptkit.com">
<img style="border-width: 0pt;" src="images/bigphoto.JPG"/></a></div>
</td>
</tr>
</tbody>
</table>
Thank you for your help!
-Matt
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm
3) Describe problem: I cannot get this to work. I'm very new to this stuff so it's probably an easy fix...
http://jonesandfarthing.com/mowingpics.html
I tried to copy and paste the table from the DD site and have been messing around with this for a while. The .js file is in the root directory.
Code:
<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tbody>
<tr>
<td width="20%" valign="top">
<a title="Love and embrace" rev="loadarea::http://www.cssdrive.com" rel="enlargeimage::mouseover" href="/images/photo1.jpg">
<img height="75" border="0" width="100" style="margin-bottom: 5px;" src="images/photo.JPG"/></a>
<br/>
<a rev="loadarea::http://www.codingforums.com" rel="enlargeimage::mouseover" href="/images/photo2.jpg">
<img height="75" border="0" width="100" style="margin-bottom: 5px;" src="images/photo2.JPG"/></a>
<br/>
<a rev="loadarea::http://www.javascriptkit.com" rel="enlargeimage::mouseover" href="../dynamicindex14/photo3.jpg">
<img height="50" border="0" width="50" style="margin-bottom: 5px;" src="thumb3.jpg"/>
</a>
</td>
<td width="80">
<div id="loadarea" style="width: 500px; height: 250px;">
<a href="http://www.javascriptkit.com">
<img style="border-width: 0pt;" src="images/bigphoto.JPG"/></a></div>
</td>
</tr>
</tbody>
</table>
Thank you for your help!
-Matt