usemap 是为了给图像加热点,所谓图像热点就是定义图像上的一小块区域使其变成一个独立的超链接具体demo如下
|
1
2
3
4
5
6
7 |
<img src="web/images/index_weixin.gif"
border="0"
usemap="#Map"/><map id="Map"> <area href="#"
shape="rect"
coords="6,39,95,157"
target="_blank"/></map> |
原文:http://www.cnblogs.com/fengyu9/p/3621169.html