如何在相对定位下的div图片上添加多个map超链接? 100
div图片已设置绝对定位代码如下:#ld_3{width:236px;height:156px;position:absolute;left:8px;top:190px;...
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图片中添加多个文字超链接怎么添加?求大神指点~~~~ 展开
#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图片中添加多个文字超链接怎么添加?求大神指点~~~~ 展开
1个回答
展开全部
<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坐标。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询