网站地图    收藏   

主页 > 前端 > css教程 >

HTML <area> 标签实现带有可点击区域的图像映

来源:自学PHP网    时间:2015-04-14 14:51 作者: 阅读:

[导读] img src=planets jpg border=0 usemap= planetmap alt=Planets map name=planetmap id=planetmap area shape=circle coords=180,139,14 href =venus html alt=Venus...

<img src="planets.jpg" border="0" usemap="#planetmap" alt="Planets" />
 
<map name="planetmap" id="planetmap">
  <area shape="circle" coords="180,139,14" href ="venus.html" alt="Venus" />
  <area shape="circle" coords="129,161,10" href ="mercur.html" alt="Mercury" />
  <area shape="rect" coords="0,0,110,260" href ="sun.html" alt="Sun" />
</map>

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论