The Map element is used to define an image map a clikable link in it.

 

 

 

 

 

<div class="travel_tip_view">
<img src="../../img/lancome/Part 1_Travel Tips_Lancome TR CDFG_20171229.jpg" alt="tip">
<img src="../../img/lancome/Part 2_Travel Tips_Lancome TR CDFG_20171229.jpg" alt="tip">
<img src="../../img/lancome/Part 3_Travel Tips_Lancome TR CDFG_20171229.jpg" alt="tip" usemap="#Map">
<img src="../../img/lancome/Part 4_Travel Tips_Lancome TR CDFG_20171229.jpg" alt="tip" usemap="#Map2">
<map name="Map" >
</map>
</div>

 

-----------------------------------------------------------------------------------------------------------------

<map name="primary">
  <area shape="circle" coords="75,75,75" href="left.html">
  <area shape="circle" coords="275,75,75" href="right.html">
</map>
<img usemap="#primary" src="https://placehold.it/350x150" alt="350 x 150 pic">



 

相关文章:

  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-06-01
  • 2021-12-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-10-10
  • 2021-07-26
  • 2022-12-23
  • 2022-01-29
  • 2021-12-04
  • 2022-12-23
相关资源
相似解决方案