Some software (like Dreamweaver) will help you do this in a WYSIWYG format. Or are you hand-coding?
In which case, it would be something like:
Code:
<img src="largeimageformap.jpg" alt="Image Map Large Image" width="400" height="400" border="0" usemap="#Map" />
<map name="Map" id="Map">
<area shape="rect" coords="27,156,73,203" href="link1.htm" />
<area shape="rect" coords="92,148,158,206" href="link2.htm" />
<area shape="rect" coords="173,137,228,202" href="link3.htm" />
</map>
eCat
Bookmarks