img标签的usemap的用法

阅读更多


 

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

你可能感兴趣的:(usemap)