zoukankan      html  css  js  c++  java
  • 基于jQuery遮罩图片hover翻转效果

    基于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="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="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="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="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="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="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="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="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

  • 相关阅读:
    【转】IOC和工厂模式联合使用简化工厂模式
    2014年12月24日
    【转】使用java程序模拟页面发送http的post请求
    2014年12月5日
    JAVA的double值去掉"E"
    多表联接查询解析
    Struts从后台向前台传递数据
    prepareCall()执行存储过程
    PreparedStatement
    C++ 中的new和delete理解与实操应用
  • 原文地址:https://www.cnblogs.com/liaohuolin/p/4522211.html
Copyright © 2011-2022 走看看