<img src="images/slideImgTxt2.jpg" alt="Planets" usemap ="#planetmap" />
<!--方形:left,top,right,bottom   圆:center-x,center-y,radius 不规则:poly-->
<map name ="planetmap">
  <area shape ="rect" coords ="100,100,230,200" href ="sun.htm" alt="Sun" />
  <area shape ="circle" coords ="320,80,30" href ="mercur.htm" alt="Mercury" />
  <area shape ="circle" coords ="515,130,40" href ="venus.htm" alt="Venus" />
</map>

 

 注:

  1、usemap是<img>标签的一个属性,用作指明所使用的图像地图名;
    2、作用是图像地图把一幅图像分成若干个区域,点击不同的区域会进入不同的页面。
 
 
 
 
 

相关文章:

  • 2022-12-23
  • 2022-01-03
  • 2022-02-06
  • 2018-04-25
  • 2021-09-07
  • 2021-12-04
  • 2022-03-07
猜你喜欢
  • 2021-10-05
  • 2021-04-09
  • 2022-12-23
  • 2022-12-23
  • 2021-07-07
  • 2022-01-19
相关资源
相似解决方案