定義と使用法
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 | はい | はい | はい | はい | はい |