img标签的usemap的用法


 

java 代码
  1. <img src="/images/test.jpg" border="0" usemap="#Map1" name="flag"/>   
  2.   
  3. <map name="Map1">   
  4.   <area shape="rect" coords="0,0,386,27" style="cursor:hand" href="#" />   
  5.   <area shape="rect" coords="194,28,362,65" style="cursor:hand" href="#" />   
  6.   <area shape="rect" coords="197,165,362,199" style="cursor:hand" href="#"/>   
  7.   <area shape="rect" coords="0,196,387,223" style="cursor:hand" href="#"/>   
  8. </map>  

你可能感兴趣的:(usemap)