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

创建图像映射

时间:2016-08-02 16:46:30      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:

<html>
<body>

<p>请点击图像上的星球,把它们放大。</p>

<img
src="eg_planets.jpg"
border="0" usemap="#planetmap"
alt="Planets" />

<map name="planetmap" id="planetmap">

<area
shape="circle"
coords="180,139,14"
href ="venus.html"
target ="_blank"
alt="Venus" />

<area
shape="circle"
coords="129,161,10"
href ="mercur.html"
target ="_blank"
alt="Mercury" />

<area
shape="rect"
coords="0,0,110,260"
href ="sun.html"
target ="_blank"
alt="Sun" />

</map>

</body>
</html>

创建图像映射

标签:

原文地址:http://www.cnblogs.com/xhq-z/p/5729636.html

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