イメージ マップ エリアの周囲に境界線を追加しようとしています。
以下は、3 つのセクターを含むイメージ マップの例です。
<body>
<img src="trees.gif" usemap="#green" border="0">
<map name="green">
<area shape="polygon" coords="19,44,45,11,87,37,82,76,49,98" href="http://www.trees.com/save.html">
<area shape="rect" coords="128,132,241,179" href="http://www.trees.com/furniture.html">
<area shape="circle" coords="68,211,35" href="http://www.trees.com/plantations.html">
</map>
</body>
どういうわけか、領域の周りに2ピクセルの境界線を配置できれば、それは素晴らしいことです.