Joao
10-14-2004, 09:24 PM
Script: Image Thumbnail Viewer II IE (http://www.dynamicdrive.com/dynamicindex4/thumbnail2.htm#)
1st Question:
I wish to use conventional thumbnails and activate them onmouseover.
The script works fine and does display the larger image in the"dynloadarea". The problem is that I can't figure out how to display the thumbnails instead of the text 'image 1', 'image 2' etc.
HEAD>
dynimages[0]=["url", "url"]
BODY>
<a href="#" onMouseover="modifyimage('dynloadarea', 0)">image 1</a><br>
2nd Question
Is it possible to modify the script in order to display the thumbnails horizontaly, or like a table i.e.with several rows?
Thanks
Joao
1st Question:
I wish to use conventional thumbnails and activate them onmouseover.
The script works fine and does display the larger image in the"dynloadarea". The problem is that I can't figure out how to display the thumbnails instead of the text 'image 1', 'image 2' etc.
HEAD>
dynimages[0]=["url", "url"]
BODY>
<a href="#" onMouseover="modifyimage('dynloadarea', 0)">image 1</a><br>
2nd Question
Is it possible to modify the script in order to display the thumbnails horizontaly, or like a table i.e.with several rows?
Thanks
Joao