1) Script Title: Image Thumbnail Viewer II
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...thumbnail2.htm
3) Describe problem: All the functionality of this scripts works beautifully for my needs with one major exception. I would like help/direction on how to modify the thumbnail pic/link to go to a specific URL not to just overlay the large pic in the browser window.
I found a script on a forum that instructs me to.....
*****************************
remove the rel="enlargeimage::mouseover" rev="loadarea::#"
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title></title>
<script type="text/javascript">
/*<![CDATA[*/
function Swap(id,url){
document.getElementById(id).src=url;
}
/*]]>*/
</script></head>
<body>
<a href="http://www.yahoo.com" onmouseover="Swap('loadarea','http://www.vicsjavascripts.org.uk/StdImages/One.gif')" title="This is an example">Thumbnail Example 1</a><br />
<a href="http://www.yahoo.com" onmouseover="Swap('loadarea','http://www.vicsjavascripts.org.uk/StdImages/Two.gif')" >Thumbnail Example 2</a><br />
<a href="http://www.yahoo.com" onmouseover="Swap('loadarea','http://www.vicsjavascripts.org.uk/StdImages/Three.gif')" title="This is an example">Thumbnail Example 1</a><br />
<img id="loadarea" src="http://www.vicsjavascripts.org.uk/StdImages/Blank.gif" />
</body>
</html>
/*]]>*/</script>
*************************
that seems to work except that the extra functionality like duration and fade/slide effect no longer work any help with this qoul be great!



Reply With Quote

Bookmarks