我正在尝试在图像地图区域周围添加边框。
这是具有 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 像素的边框,那就太好了。