Active imagemap above. |
Visit our sponsor. |
Here is a sample client-side map file created using MapEdit:
| <map name="sample"> <area shape="rect" coords="20,27,82,111" href="hotspot1.html"> <area shape="circle" coords="129,113,29" href="hotspot2.html"> <area shape="rect" coords="21,158,170,211" href="mailto:webmaster@ihip.com"> <area shape="default" nohref> </map> |
| <img border="0" src="image.gif" usemap="#sample"> |
Substitute the name of the desired image above and note the relationship between the HTML tag, <map name="sample"> and the usemap="#sample" attribute above. You can test your new client-side imagemap offline if the links refer to files on your local PC.