首页>>Jquery文字>>jquery+css3图片热点标注(2015-09-11)

jquery+css3图片热点标注

 css和js到演示页面查看

jquery+css3图片热点标注
赞赏支持
立刻微信赞赏支持 关闭

 

XML/HTML Code
  1. <div class="labels">  
  2.         <a id="label1" class="label" href="#">Sofa  
  3.         <p>A sofa, is an item of furniture designed to seat more than one person, and providing support for the back and arms.</p>  
  4.         <span />  
  5.         </a>  
  6.         <a id="label2" class="label" href="#">Television  
  7.         <p>Television (TV) is a telecommunication medium for transmitting and receiving moving images that can be monochrome (black-and-white) or colored, with or without accompanying sound.</p>  
  8.         <span />  
  9.         </a>  
  10.         <a id="label3" class="label" href="#">Carpet  
  11.         <p>Carpet is a textile floor of an upper layer attached to a backing.</p>  
  12.         <span />  
  13.         </a>  
  14.         <a id="label4" class="label" href="#">Chair  
  15.         <p>Chair is an item of furniture designed to seat one person, and providing support for the back and arms.</p>  
  16.         <span />  
  17.         </a>  
  18.         <a id="label5" class="label" href="#">Showcase  
  19.         <p>Showcase is used to showcase things at home</p>  
  20.         <span />  
  21.         </a>  
  22.     </div>  
  23.     <div class="description"><p></p><a class="close">X</a></div>  
  24. </div>  

 


原文地址:http://www.freejs.net/article_jquerywenzi_505.html