0803.<area>...クリッカブルマップの領域やリンク先等を指定します



※②サンプルコード(先に指定した領域が優先されます)
HTML
<img src="map.gif" alt="サンプル" border="0" width="300" height="200"
 usemap="#sample2" />
<map name="sample2">
<area shape="rect" coords="14,61,93,140" nohref alt="" />
<area shape="circle" coords="152,102,43" nohref alt="" />
<area shape="poly" coords="248,58,234,83,204,87,224,110,222,138,248,128,275,140,272,111,291,88,262,81" nohref alt="" />
<area shape="rect" href="#header" coords="0,0,300,200" alt="ページ Topへ" />
</map>


サンプル ページ Topへ