最新的Web开发教程
 

HTML coords Attribute


定义和用法

所述coords属性指定在图像映射的区域的坐标。

coords属性与一起使用shape属性来指定的大小,形状,和一个区域的位置。

提示:一个区域的左上角的坐标是0,0。


适用于

coords属性可在下面的元素上使用:

元件 属性
<area> coords

Area为例

图像映射,可点击方面:

<img src ="planets.gif" width="145" height="126" alt="Planets"
usemap="#planetmap">

<map name="planetmap">
  <area shape="rect" coords="0,0,82,126" href="sun.htm" alt="Sun">
  <area shape="circle" coords="90,58,3" href="mercur.htm" alt="Mercury">
  <area shape="circle" coords="124,58,8" href="venus.htm" alt="Venus">
</map>
试一试»

浏览器支持

属性
coords