イメージマップ領域の周りに境界線を追加しようとしています。イメージマップ内の領域に境界線をつける
ここに、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ピクセルの境界線を領域の周りに置くことができればそれは素晴らしいことでしょう。
最も簡単なのは、画像を編集することです。自動的に罫線を追加する方法はありません。 –