html - 图像映射标签在 Chrome 和 Firefox 中不起作用

标签 html image dictionary imagemap area

接下来的代码是我遇到问题的地方,前 3 个标签工作得很好,但最后 2 个标签在 Chrome 和 Firefox 中不起作用,在 IExplorer 中工作得很好。您是否知道错误或如何解决?

<div id="caratula" align="center">
    <img src="images/forma_acceso_sin_nav.png" border="0" usemap="#Map"/>

  <map name="Map" id="Map">

      <area shape="rect" coords="348,332,439,417" href="http://201.144.101.36/cotizador/" target="_blank"/>
      <area shape="rect" coords="470,363,508,398" href="http://201.144.101.45/onepage/" target="_blank" />
      <area shape="rect" coords="549,369,633,395" href="http://201.144.101.36/portaliswstudio/" target="_blank"/>

    <area shape="rect" coords="740,522,852,601" href="index.html" target="_self" alt="Pagina Principal" />

    <area shape="rect" coords="9,614,94,648" href="index.html" alt="buscas chamba" target="_blank" style="border:medium;"/>
    <area shape="rect" coords="110,616,142,647" href="index.html" alt="mailto" target="_blank"  />
  </map>

最佳答案

嗯,我一直在搜索相关信息,我找到了一个包含浏览器功能和不同版本兼容性的表格,我认为这才是真正的问题,引用是下一个,也许对你有用。

http://haignet.co.uk/object-image-map.htm

关于html - 图像映射标签在 Chrome 和 Firefox 中不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12940058/

相关文章:

css - 如何验证 SVG 文件是否损坏

html - 我无法获得链接到发送电子邮件的按钮

html - 如何使html中的图像透明?

html - "Crop"使用 CSS 的照片

python - 将字典的值类型从列表更改为集合

html - 对 <head> 中的元素进行排序的最佳做法是什么?

css - Google Chrome 与 GIMP 中的图像插值

python dict通过键值删除重复值?

c# - 多线程场景调用Dictionary对象的set_item方法抛出NullReferenceException

asp.net - 脚本标签和 "<%....%>"标签有什么区别?