码迷,mamicode.com
首页 > 其他好文 > 详细

带有可点击区域的map图像映射

时间:2017-05-14 17:04:15      阅读:163      评论:0      收藏:0      [点我收藏+]

标签:logs   highlight   char   htm   har   不规则   meta   order   jpg   

如果需要规定一个不规则点击区域可用map图像映射

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>map图像映射</title>
</head>

<body>
<img src="3.jpg" border="0" usemap="#picmap"  />
<map id="picmap" name="picmap">
<area shape="circle" coords="20,20,20" href="http://www.baidu.com" target="_blank" alt="123" />
 <area shape="poly" coords="30,0,30,100,80,100" href="http://www.baidu.com" target="_blank" alt="456" />
</map>
</body>
</html>

  

带有可点击区域的map图像映射

标签:logs   highlight   char   htm   har   不规则   meta   order   jpg   

原文地址:http://www.cnblogs.com/viva-yue/p/maplink.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!