zoukankan      html  css  js  c++  java
  • qq相册

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title></title>
       
        <script src="js/jquery.js" type="text/javascript"></script>
        <script src="js/images.js" type="text/javascript"></script>
        <style type="text/css">
        * {line-height: 150%}
    .image {text-align: center; line-height: 590px; margin: 30px auto 0px; 850px; height: 620px}
    .image img { overflow:hidden}
    img {border:0px}
    #photo_content {text-align: center}
    .container {margin: 20px 0 0 0; 960px}
    div#container {z-index: -2; background: #fff; border-top: #fff 1px solid}
    body {margen: 0px; padding: 0px; }
    ul {margin: 0px; padding:0px;}
    li {margin: 0px; padding:0px;}
    .wrap { text-align: left; margin: 0px auto}
    #wrap {padding-bottom: 10px; background-color: #fff; min-height: 450px; clear: both; }
    .wrap { 960px}
    .switch {margin: 0px auto; 708px; background: url(images/switch_link_11.jpg) no-repeat center 0px; height: 87px}
    .clear {clear: both}
    .icon1 {text-indent: -9999px;padding: 30px 0 0 18px; 15px; display: inline; float: left;}
    .icon1 a { 15px; display: block; background: url(images/sprite.gif) no-repeat -693px -92px; height: 30px}
    .icon1 a:hover {background: url(images/sprite.gif) no-repeat -693px -132px}
    .icon2 {text-indent: -9999px; 15px; float: right;  padding:30px 15px 0 0;}
    .icon2 a { 15px; display: block; background: url(images/sprite.gif) no-repeat -670px -92px; height: 30px}
    .icon2 a:hover {background: url(images/sprite.gif) no-repeat -670px -132px}
    .switch_center { 585px; float: left; height: 83px; margin-left: 28px; overflow: hidden}
    .switch_center ul {}
    .switch_center li { 66px; display: inline; float: left; height: 66px; margin:0 20px 0 0; padding: 10px 0 0 0}
    .switch_center li a {border: #ccc 1px solid; 60px; display: block; height: 60px;}
    .switch_center li a img { 60px; height: 60px}
    .switch_center li a.on {border: #ff9900 1px solid}
    .switch_center li a:hover {border: #ff9900 1px solid;}
    .clear {clear: both}
    .loading {line-height:520px; 850px; background: url(images/loading.gif) #333 no-repeat center center; height: 520px}

     </style>
    </head>
    <body>
    <div id="wrap" class="wrap">
    <div id="page3">
    <div id="photo_content">
    <div class="container">
    <div class="switch">
    <div class="icon1">
    <a onFocus="this.blur();" title="上一个" href="javascript:void(0);">上一个</a>
    </div>
    <div id="pics" class="switch_center">
    <ul>
      <li><a title="" href="javascript:void(0);"><img alt="" src="pics/1.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/2.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/3.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/4.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/5.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/6.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/7.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/8.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/9.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/10.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/11.jpg"/></a></li>
    <li><a title="" href="javascript:void(0);"><img alt="" src="pics/12.jpg"/></a></li>


    </ul>
    </div>
    <div class="icon2"><a onFocus="this.blur();" title="下一个" href="javascript:void(0);">下一个</a></div>
    <div class="clear"></div>
    </div>
    <div id="bigpics" class="image" title=""><IMG id=scollimg src="pics/1.jpg"></div>
    </div>
    </div>
    </div>
    </div>


    </body>

    </html>

    实现以下效果:



  • 相关阅读:
    PAT (Advanced Level) Practice 1071 Speech Patterns (25分)
    PAT (Advanced Level) Practice 1070 Mooncake (25分)
    PAT (Advanced Level) Practice 1069 The Black Hole of Numbers (20分)
    PAT (Advanced Level) Practice 1074 Reversing Linked List (25分)
    PAT (Advanced Level) Practice 1073 Scientific Notation (20分)
    第一次冲刺个人总结01
    构建之法阅读笔记01
    人月神话阅读笔记01
    四则运算2
    学习进度条(软件工程概论1-8周)
  • 原文地址:https://www.cnblogs.com/jiangu66/p/3072126.html
Copyright © 2011-2022 走看看