定義和用法
的shape屬性指定的區域的形狀。
的shape與屬性一起使用coords屬性來指定的大小,形狀,和一個區域的位置。
適用於
該shape屬性可在下面的元素上使用:
元件 | 屬性 |
---|---|
<area> | shape |
例
圖像映射,可點擊方面:
<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>
試一試» 瀏覽器支持
屬性 | |||||
---|---|---|---|---|---|
shape | 是 | 是 | 是 | 是 | 是 |