NrthnXposur
08-13-2007, 03:51 AM
1) Script Title: Image Thumbnail Viewer
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem:
Hello everyone. I've been at it for a bit and just don't seem to be able to get this amazing viewer to work with an image mapped picture. :confused:
This is what I've done:
Selected an image and created the hotspots on it with an image map Each spot would ideally trigger an image, when clicked upon, to appear in the viewer, but sadly, my brain doesn't seem to be able to pick up the problem/missing element. Any help you could provide would be appreciated. A portion of the code is shown below:
<html>
<head>
<link rel="stylesheet" href="thumbnailviewer.css" type="text/css" />
<script src="thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<title></title>
</head>
<body bgcolor="ffffff">
<img src="media1/image1.jpg" border=0 width=475 height=315 usemap="#view">
<map name="view">
<area shape="poly" coords="30,78,41,63,73,41,90,35,109,98,83,115,31,75" href="media1/101.gif" rel="thumbnail">
Thanks in advance for anything you might be able to help with! :)
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem:
Hello everyone. I've been at it for a bit and just don't seem to be able to get this amazing viewer to work with an image mapped picture. :confused:
This is what I've done:
Selected an image and created the hotspots on it with an image map Each spot would ideally trigger an image, when clicked upon, to appear in the viewer, but sadly, my brain doesn't seem to be able to pick up the problem/missing element. Any help you could provide would be appreciated. A portion of the code is shown below:
<html>
<head>
<link rel="stylesheet" href="thumbnailviewer.css" type="text/css" />
<script src="thumbnailviewer.js" type="text/javascript">
/***********************************************
* Image Thumbnail Viewer Script- © Dynamic Drive (www.dynamicdrive.com)
* This notice must stay intact for legal use.
* Visit http://www.dynamicdrive.com/ for full source code
***********************************************/
</script>
<title></title>
</head>
<body bgcolor="ffffff">
<img src="media1/image1.jpg" border=0 width=475 height=315 usemap="#view">
<map name="view">
<area shape="poly" coords="30,78,41,63,73,41,90,35,109,98,83,115,31,75" href="media1/101.gif" rel="thumbnail">
Thanks in advance for anything you might be able to help with! :)