html - map 多边形周围的黑色轮廓 (IE)

标签 html css image dictionary

这只发生在某些 IE 中。这里:http://animactions.ca/Animactions/volet_entreprise.php

您可能会注意到,当您单击并拖动其中一个圆圈时,您会得到类似这样的内容:http://img534.imageshack.us/img534/7578/errorra.png

我想不通。这是我的图像映射:

<p class="style2">
  <map id="FPMap0" name="FPMap0">
  <area coords="405, 8, 375, 10, 353, 13, 322, 30, 317, 48, 327, 69, 344, 75, 370, 84, 401, 86, 428, 81, 454, 69, 466, 56, 468, 37, 452, 19, 419, 9" href="le_developpement_des_equipes_de_travail.php" shape="poly" style="outline:0" target="_blank" />
  <area coords="95, 164, 65, 166, 43, 174, 21, 186, 16, 206, 27, 225, 48, 237, 76, 241, 99, 241, 129, 236, 151, 228, 165, 214, 167, 194, 154, 177, 130, 168, 105, 165" href="le_developpement_operationnel.php" shape="poly" style="outline:0" target="_blank" />
  <area coords="138, 17, 115, 7, 95, 8, 63, 8, 41, 20, 21, 35, 23, 60, 42, 74, 77, 83, 117, 86, 144, 76, 164, 62, 173, 40, 156, 21, 137, 12" href="coaching_strategique_de_cadre.php" shape="poly" style="border-width:0" target="_blank" />
  </map>
  <img alt="services entreprise" height="258" src="Images/service_ent.PNG" width="490" usemap="#FPMap0" /></p>

我真的希望有人能解决这个问题,因为我已经尝试了一切...

谢谢

最佳答案

我遇到了同样的问题,通过在 area 元素内应用 onfocus="this.blur(); 解决了这个问题..

这对你来说已经太晚了,但可能会帮助其他人..:)

谢谢, 日积月累

关于html - map 多边形周围的黑色轮廓 (IE),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2443328/

相关文章:

css - <h1> 到 <h6> 标签没有在 Chrome 中显示?

html - 如何右对齐对象下的表单按钮?

javascript - 使用 JavaScript 从 HTML 中提取嵌套数据

jquery - 用 jquery 交换图像 src

php - 当用户编辑他们的个人资料时,如何避免图像被覆盖为空白?

html - 使用 webkit-column 时从右到左

html - CSS DJANGO 和扩展模板

html - 在 div 中居中 div

html - 添加 Google 日历事件的直接链接

html - html和css中的图像间距问题