1) Script Title: Image Thumbnail
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm
3) Describe problem: I'm building a page in Dreamweaver (CS3) where the main content on the page is a single graphic (b&w) sliced into 10 images. The html looks as follows:
<div id="mainContent"><img src="images/home_graphic.jpg" width="800" height="400" border="0" usemap="#Map" id="Image6" />
<map name="Map" id="Map">
Each of the 10 sliced images look like this:
<area shape="rect" coords="9,8,234,178" href="images/images/home_graphic_03.jpg" />
It basically is ignoring the Image Thumbnail code from within the area shape tag. I've used the Image Thumbnail script often but it doesn't seem to work here.
If anyone has conquered a similar issue, I'd appreciate the advice.
Thx,
PK



Reply With Quote

Bookmarks