zoukankan      html  css  js  c++  java
  • jQuery放大镜效果

    <head>
        <title></title>
        <link href="css/cloud-zoom.css" rel="stylesheet" type="text/css" />
        <script src="js/Jquery1.7.js" type="text/javascript"></script>
        <script src="js/cloud-zoom.1.0.2.js" type="text/javascript"></script>
    </head>
    <body>
    <a href='zoom/big1.jpg' class='cloud-zoom' id='zoom1' rel="adjustX: 100, adjustY:0" style="240px;">
            <img src="zoom/small1.jpg" alt='' title="预览大图" />
        </a>




        <a href='zoom/big1.jpg' class='cloud-zoom-gallery' title='Thumbnail 1' rel="useZoom: 'zoom1', smallImage: 'zoom/small1.jpg' ">
            <img src="zoom/smallsmall1.jpg" alt="smallsmall1 1" /></a> 




            <a href='zoom/big2.jpg'
                class='cloud-zoom-gallery' title='Thumbnail 2' rel="useZoom: 'zoom1', smallImage: ' zoom/small2.jpg'">
                <img src="zoom/smallsmall2.jpg" alt="smallsmall2" /></a> 




                <a href='zoom/big3.jpg'
                    class='cloud-zoom-gallery' title='Thumbnail 3' rel="useZoom: 'zoom1', smallImage: 'zoom/small3.jpg' ">
                    <img src="zoom/smallsmall3.jpg" alt="smallsmall3" /></a>
    </body>
    </html>

  • 相关阅读:
    MySQl的绑定变量特性
    数数 / DP
    MODE
    题单
    对拍
    二、图论
    sync_with_stdio(false)的副作用
    九大编程语言
    Codeforces Round #575 (Div. 3) A B C
    Educational Codeforces Round 69 (Rated for Div. 2) A B C D
  • 原文地址:https://www.cnblogs.com/qiqiBoKe/p/3088046.html
Copyright © 2011-2022 走看看