如何在相对定位下的div图片上添加多个map超链接?

div图片已设置绝对定位代码如下:
#ld_3 {
width:236px;
height:156px;
position:absolute;
left:8px;
top:190px;
}
<div id="ld_3" width="236" heigh="156">
<img src=_EX_RESOURCE_/images/head_dw.jpg width="236" height="156" border="0" usemap="#map_dw">
<map name="map_dw" shape="rect" coords="0,0,10,20" herf="www.qq.com" target="_blank">
</map>
</div>

但是我发现这么添加map并没有什么卵用,还有就是div标签和map标签是平级的吗?div中到底可不可以写map标签?还有我单位的浏览器大多都是IE8,所以JQ行不通,希望大神指点。
还有矩形的大小怎么设置? 要在绝对定位下的div图片中添加多个文字超链接怎么添加?求大神指点~~~~

<div id="ld_3">
<img src="zhou4_02.jpg" width="236" height="156" border="0" usemap="#map_dw">
<map name="map_dw">
<area shape="rect" coords="0,0,40,40" href="#" target="_blank" alt="" title=""> 
<area shape="rect" coords="0,100,103,136" href="#" target="_blank" alt="" title=""> 
<area shape="rect" coords="106,68,128,136" href="#" target="_blank" alt="" title=""> 
</map>
</div>

coords 中的四个参数分别为:左上角的 x,y坐标和右下角的x,y坐标。

温馨提示:内容为网友见解,仅供参考
无其他回答
相似回答