<img usemap="#AutoMap1" src="111.jpg" border="0"></p>
<map name="AutoMap1">
<area alt="百度" shape="rect"href="http://www.baidu.com" target="_blank" coords="70,16,106,37">
<area alt="网易" shape="rect" href="http://www.163.com" target="_blank" coords="499,217,521,239"></map>
如上面的代码,我需要在百度,和网易这两个可以点击的地方,加两个圆点图片,如何实现?
map 实际是映射了 img标签加过来的图 。让后它 负责 在这张图上切割区域加载一些标注。 所以你要把底图 改了。
可以的