IMAGE MAP

Client Side Image Map

<img src=img.gif usemap="MAP-Name">

<map name="MAP-Name">
<area shape="#" coords="#" href="url">
</map>

#
shape="rect" coords="A,A',B,B'"
(A,A')=Upper Left, (B,B')=Lower Right
shape="circle" coords="A,A',R'"
(A,A')=Center, R=Radius
shape="poly" coords="A,A',B,B',C,C'..."
(A,A'>=First Corner, (B,B')=Second Corner, ...
 

 <img src="imgtest.gif" usemap="#Test"> <map name="Test"> 
<!Rect. Shape> <area shape="rect" href="rect.htm" 
coords="71,11,209,37"> <!Triangle Shape> <area shape="poly" 
href="poly.htm" coords="181,67,229,37,257,89,180,67"> <!Circle 
Shape> <area shape="circle" href="circle.htm" coords="97,77,25"> 
</map> 

[ Page][ Font][ Text Style ][ Image][ Table][ Form][ Applet][ Frames]
[ Marquee][ Image Map][ Javascript][ Entities][ Tag Index]