Sample:
<map name="FPMap0">
<area href="1.html" shape="rect" coords="14,12,15,12">
<area href="2.html" shape="poly" coords="14,12,15,15,15">
<area href="3.html" shape="circle" coords="11,11,11,11,11">
</map>
<img border="0" usemap="FPMap0" src="#" alt="大图片">
其中:
rect:选中后为矩形。
circle:选中后为圆形。
poly:选中后为扇形。
coords:设置各种形状的范围。例如:圆形:x,y,radius 多边形:xl,yl,...xn,yn.
长方形:left,top,right,bottom