我项目中的图片地图无法正常工作

时间:2019-03-02 23:46:08

标签: html imagemap

图像映射在我的项目中不起作用,因此没有可单击图像的区域。

代码:

<td>
  <map name="map" id="map">
    <area alt="" title="" href="stat1.php" shape="rect" coords="51,568,116,618" />
    <area alt="" title="" href="stat2.php" shape="rect" coords="140,567,202,612" />
    <area alt="" title="" href="stat3.php" shape="rect" coords="226,568,290,613" />
    <area alt="" title="" href="stat4.php" shape="rect" coords="51,627,116,676" />
    <area alt="" title="" href="stat5.php" shape="rect" coords="139,626,204,677" />
    <area alt="" title="" href="stat6.php" shape="rect" coords="225,627,292,677" />
  </map>
  <img src="img/commander6.png" usemap="#map" width="95%"/>
</td>

我也尝试了另一种方法,因此<img/>标签位于<map>标签之前。

1 个答案:

答案 0 :(得分:1)

您需要删除

 width="95%"