kalew
05-21-2006, 02:30 PM
Script: Image Thumbnail Viewer
URL: http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
Hello,
I have the above mentioned script successfully installed, but I need a bit of help trying to get the larger image to indicate the "hot spots" (It should be an image map). The small (thumbnail) image works fine as an image map. Any idea where in the below code I enter the USEMAP...info to make the large image work as an image map? Thank you.
<a href="annarbormaplarge.jpg" onClick="return enlarge('annarbormaplarge.jpg',event,'center',300,375)">
<IMG NAME="annarbormapsmall0" SRC="annarbormapsmall.jpg" BORDER="0" USEMAP="#annarbormapsmall"></a>
URL: http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
Hello,
I have the above mentioned script successfully installed, but I need a bit of help trying to get the larger image to indicate the "hot spots" (It should be an image map). The small (thumbnail) image works fine as an image map. Any idea where in the below code I enter the USEMAP...info to make the large image work as an image map? Thank you.
<a href="annarbormaplarge.jpg" onClick="return enlarge('annarbormaplarge.jpg',event,'center',300,375)">
<IMG NAME="annarbormapsmall0" SRC="annarbormapsmall.jpg" BORDER="0" USEMAP="#annarbormapsmall"></a>