<object data="planets.gif" alt="Planets" type="image/gif" usemap="#Map1"> <map name="Map1"> <a href="sun.htm"shape="rect"
coords="0,0,110,260">Sun</a> <a href="mercur.htm"shape="circle"
coords="129,161,10">Mercury</a> <a href="venus.htm"shape="circle"
coords="180,139,14">Venus</a> </map> </object>
shape 属性与 coords 属性 配合,可以规定 object 或 img 元素中链接的尺寸、形状和位置。
提示:如需创建能够在所有浏览器中运行的图像映射,请使用 area 元素 。
只有 Firefox 和 Opera 支持 shape 属性。
<a shape="value">
值 | 描述 |
---|---|
default | 规定全部区域。 |
rect | 定义矩形区域。 |
circle | 定义圆形。 |
poly | 定义多边形区域。 |