基于jQuery Tooltips悬停提示效果。这是一款基于jquery.tooltipster插件实现的jQuery Tooltips Hover effect特效。效果图如下:

基于jQuery Tooltips悬停提示效果

在线预览    源码下载

实现的代码。

html代码:

<section id="facebook" style=" width:700px; margin:auto;">
<ul>
<a href="http://www.w2bc.com/" target="_blank"><span id="fackbook" class="tooltip" title="CHINAZ">CHINAZ</span></a>
</ul>
</section>
 
<section id="twitter">
<ul> 
<a href="http://www.w2bc.com/" target="_blank"><span id="twitter-default" class="tooltip" title="站长素材">站长素材</span></a>
</ul>
</section>
 
 
<section id="google">
<ul> 
<a href="http://www.w2bc.com/" target="_blank"><span id="google-default" class="tooltip" title="jQuery">jQuery</span></a>
</ul>
</section>
 

<section id="rss">
<ul> 
<a href="http://www.w2bc.com/" target="_blank"><span id="rss-default" class="tooltip" title="站长之家">站长之家</span></a>
</ul>
</section>

<section id="tech">
<ul> 
<a href="http://www.w2bc.com/"><span id="tech-default" class="tooltip" title="CSS3">CSS3</span></a>
</ul>
</section>
</center>

<section id="dribbble">
<ul> 
<a href="http://www.w2bc.com/" target="_blank"><span id="dribbble-default" class="tooltip" title="HTML5">HTML5</span></a>
</ul>
</section>

via:http://www.w2bc.com/Article/44097

相关文章:

  • 2021-06-07
  • 2022-12-23
  • 2021-06-09
  • 2021-12-04
  • 2021-06-22
  • 2022-02-18
  • 2021-12-09
  • 2021-12-09
猜你喜欢
  • 2022-12-23
  • 2021-06-11
  • 2022-12-23
  • 2022-01-24
  • 2022-12-23
  • 2021-11-26
  • 2022-12-23
相关资源
相似解决方案