您好,我之前已经正确创建了一个图像地图,但这次我不知道我做错了什么,我知道我没有放置 URL,但这没关系,当我将鼠标悬停在我想要的地图部分时没有看到鼠标切换到可点击的外观,在此先感谢!
<img src="cities.png" width="900" height="950" border="2" usemap="#places">
<map name="places">
<area shape="circle" coords="1445,690,23" href="">
<area shape="poly" coords="1118,887,1144,874,1175,893,1164,857,1189,840,1157,835,1146,802,1135,836,1102,837,1126,858,1126,861,1126,862" href="">
<area shape="circle" coords="1098,906,24" href="">
<area shape="circle" coords="408,1101,24" href="">
<area shape="circle" coords="356,987,24" href="">
</map>