注册 登录
编程论坛 WEB前端(UI)

求助

lymanni 发布于 2008-04-13 14:52, 1159 次点击
求助大侠
怎么使用图像映射?!!
1 回复
#2
lmhllr2008-04-13 16:52
程序代码:

<img src="images/logo.jpg" width="300" height="119" border="0" usemap="#Map">
<map name="Map">
  <area shape="rect" coords="20,4,129,75" href="#" alt="111">
  <area shape="circle" coords="169,35,32" href="#" alt="222">
<area shape="poly" coords="261,58,278,65,279,88,266,93,251,94,243,68" href="#" alt="333">
</map>
1