基于jQuery遮罩图片hover翻转效果。这是一款基于jQuery+css3实现的鼠标经过遮罩图片翻转特效。效果图如下:

在线预览   源码下载

实现的代码。

html代码:

<div class="index_hd">
<div class="fr hd_r major-list-outer">
<ul class="major-list">
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1413775760-7544.jpg" width="294" height="267">
</span>
<span class="back-face to-left"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1400684346-4329.jpg" width="294" height="267">
</span>
<span class="back-face to-right"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1413775714-2418.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1411890878-8918.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1413775714-2418.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1400684434-4609.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1428032296-8158.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
<li class="major-item">
<a href="http://www.w2bc.com/">
<span class="txt-hide front-face">
<img src="data:images/1405250374-3685.jpg" width="294" height="267">
</span>
<span class="back-face to-top"></span>
</a>
</li>
</ul>
</div>
</div>

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

最新文章

  1. WPF - 属性系统 (3 of 4)
  2. OpenCASCADE View Manipulator
  3. linux应用程序开发-文件编程-库函数
  4. JSONP跨域数据调用
  5. 用VS连接oracle数据库时ORA-12504错误
  6. jdk的设置及安装android studio提示does not point to a valid jvm问题
  7. Android手势锁实现
  8. ServletInputStream的重复读取(多次读取)(转)
  9. C#中的委托,匿名方法和Lambda表达式
  10. UISearchBar去除背景颜色
  11. 父元素onmouseover触发事件在父子元素间移动不停触发的问题
  12. updatepanel的属性
  13. [Falcor] Return the data from server
  14. 搭建SSH环境之添加所需jar包
  15. NSFileHandle编写json数据格式
  16. [转]使用openssl库实现RSA、AES数据加密
  17. struts2中配置文件的调用顺序
  18. Linux下的一些常用命令(一)
  19. Hibernate中的实体规则、对象状态和进阶-一级缓存
  20. codeforces1101D GCD Counting 【树形DP】

热门文章

  1. MachineLearning之Logistic回归
  2. 会动的Tabbar
  3. 构建基于阿里云OSS文件上传服务
  4. 源码安装mysql 5.7.19数据库
  5. 知识点:Oracle+表连接方式(内连接-外连接-自连接)+详解 来自百度文库
  6. android开发之interpolator的使用
  7. CentOS 7 host-only 设置上网
  8. 创建多模块springcloud应用eureka server和client和消费端demo
  9. mysql中查询一个字段属于哪一个数据库中的哪一个表的方式
  10. Mongo如何导出 CSV文件