CSS论坛's Archiver

divcss5 发表于 2011-4-26 15:42

DIV+CSS分页源代码集合图+打包下载

CSS分页page源代码集合打包
分页演示截图图
[img]http://www.divcss5.com/uploads/allimg/100408/1_100408192605_1.png[/img]

[img]http://www.divcss5.com/uploads/allimg/100408/1_100408192832_1.png[/img]

[img]http://www.divcss5.com/uploads/allimg/100408/1_100408193041_1.png[/img]

[img]http://www.divcss5.com/uploads/allimg/100408/1_100408193259_1.png[/img]

[img]http://www.divcss5.com/uploads/allimg/100408/1_100408193505_1.png[/img]

[img]http://www.divcss5.com/uploads/allimg/100408/1_100408193655_1.png[/img]

等CSS分页源码...

DIV+CSS分页源代码(page分页代码):[url]http://www.divcss5.com/template/m96.shtml[/url]
演示地址:[url]http://www.divcss5.com/fanli/divcss5-fenye.html[/url]

divcss5.com-fenye.rar

下载地址:
[url=http://d.divcss5.com/divcss5/down/divcss5.com-fenye.zip]点击下载[/url]  大小:4.681KB

ahtest 发表于 2011-4-29 09:08

再麻烦也要看

再麻烦也要看

mfz0987 发表于 2011-5-3 09:31

啊了

想要就得下啊

chen 发表于 2011-5-3 13:16

沃尔沃切尔

很想学习一下,不知道能不能看的懂

cqfengtao 发表于 2011-5-12 15:18

好东西,支持一下

dmgyswf 发表于 2011-5-13 09:58

<!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>home</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link href="style.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/easySlider1.5.js"></script>
<script type="text/javascript" charset="utf-8">
// <![CDATA[
$(document).ready(function(){        
        $("#slider").easySlider({
                controlsBefore:        '<p id="controls">',
                controlsAfter:        '</p>',
                auto: true,
                continuous: true
        });        
});
// ]]>
</script>
<style type="text/css">
#slider { margin:0; padding:0; list-style:none; }
#slider ul,
#slider li { margin:0; padding:0; list-style:none; }
/*
    define width and height of list item (slide)
    entire slider area will adjust according to the parameters provided here
*/
#slider li { width:906px; height:386px; overflow:hidden; }
p#controls { margin:0; position:relative; }
#prevBtn,
#nextBtn { display:block; margin:0; overflow:hidden; width:44px; height:44px; position:absolute; left:0; top:-250px; }
#nextBtn { left:862px; }
#prevBtn a { display:block; width:44px; height:44px; background:url(images/l_arrow.gif) no-repeat 0 0; }
#nextBtn a { display:block; width:44px; height:44px; background:url(images/r_arrow.gif) no-repeat 0 0; }
</style>
</head>
<body>
<div class="main">
  <div class="header">
    <div class="block_header">
      <div class="logo"><a href="index.html"><img src="images/logo.gif" width="401" height="145" border="0" alt="logo" /></a></div>
      <div class="menu">
        <ul>
          <li><a href="index.html" class="active">Home</a></li>
          <li><a href="services.html">Services</a></li>
          <li><a href="services.html">About us</a></li>
          <li><a href="portfolio.html">Portfolio</a></li>
          <li><a href="contact.html">Contact</a></li>
        </ul>
      </div>
      <div class="clr"> </div>
    </div>
  </div>
  <div class="slider">
    <div class="slice1">
      <div id="slider">
        <ul>
          <li>
            <div class="top" style="background:url(images/sliser_bg_img_1.jpg) top no-repeat;">
              <h2><a href="http://www.divcss5.com/">CSS</a> Dummy text of the printing and typesetting industry.</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since the when an unknown printer. <a href="#">Simply dummy text of the printing</a> and typesetting industry. Lorem Ipsum has been the industry's </p>
            </div>
            <div class="bot">
            <div class="lister">
                <p class="active">1</p>
                <p>2</p>
                <p>3</p>
              </div>
              <h2>Simply dummy text</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since.</p>
            </div>
          </li>
          <li>
            <div class="top" style="background:url(images/sliser_bg_img_2.jpg) top no-repeat;">
              <h2>Dummy text of the printing and typesetting industry.</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since the when an unknown printer. <a href="#">Simply dummy text of the printing</a> and typesetting industry. Lorem Ipsum has been the industry's </p>
            </div>
            <div class="bot">
            <div class="lister">
                <p>1</p>
                <p class="active">2</p>
                <p>3</p>
              </div>
              <h2>Simply dummy text</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since.</p>
            </div>
          </li>
          <li>
            <div class="top" style="background:url(images/sliser_bg_img_3.jpg) top no-repeat;">
              <h2>Dummy text of the printing and typesetting industry.</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since the when an unknown printer. <a href="#">Simply dummy text of the printing</a> and typesetting industry. Lorem Ipsum has been the industry's </p>
            </div>
            <div class="bot">
            <div class="lister">
                <p>1</p>
                <p>2</p>
                <p class="active">3</p>
              </div>
              <h2>Simply dummy text</h2>
              <p>Lorem Ipsum has been the industry's standard dummy text ever since.</p>
            </div>
          </li>
        </ul>
      </div>
    </div>
  </div>  
  <div class="body">
    <div class="body_resize">
      <div class="Author">
        <h2>About the Author</h2>
        <img src="images/img_1.gif" alt="picture" width="97" height="89" hspace="20" vspace="5" />
        <p>Lorem Ipsum has been the industry's standard dummy text ever since thes, when an unknown printer.<a href="#"> Simply dummy text</a> of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since thes, when an unknown printer.</p>
        <p><a href="#"><img src="images/read_more.gif" alt="picture" width="68" height="20" border="0" /></a></p>
      </div>
      <div class="animator">
        <p><img src="images/img_4.gif" alt="picture" width="169" height="126" /> <img src="images/img_3.gif" alt="picture" width="169" height="126" /><img src="images/img_2.gif" alt="picture" width="170" height="126" /></p>
        <h2>Dummy text of the printing and typesetting industry.</h2>
        <p>Lorem Ipsum has been the industry's standard dummy text ever since thes,<a href="#"> when an unknown printer. Simply dummy text</a> of the printing and typesetting industry. </p>
      </div>
      <div class="clr"></div>
    </div>
    <div class="clr"></div>
  </div>
  <div class="FBG">
    <div class="Fbg_resize">
      <div class="Twitter">
        <p><img src="images/Twitter.gif" alt="picture" width="129" height="96" /></p>
        <p><strong>Lorem Ipsum has been</strong> The industry's standard dummy text ever since thes. <a href="#"><img src="images/read_more.gif" alt="picture" width="68" height="20" border="0" /></a></p>
      </div>
      <div class="con">
        <h2>Contact us</h2>
        <ul>
          <li>Name of the Company</li>
          <li> 2901 Marmora Road, Glassgow, D04 59GR</li>
          <li> Telephone: +1 234 567 8910</li>
        </ul>
        <ul>
          <li>FAX: +1 234 567 8910</li>
          <li>E-mail: <a href="#">mail@yoursitename.com</a></li>
        </ul>
      </div>
    </div>
    <div class="clr"></div>
  </div>
  <div class="footer">
    <div class="resize">
      <div>Copyright © Sitename.com. <a href="http://www.divcss5.com/">DIV+CSS</a>. All Rights Reserved<br />
        <a href="index.html">Home</a> | <a href="contact.html">Contact</a> | <a href="blog.html">RSS</a></div>
    </div>
    <p class="clr"></p>
  </div>
</div>
</body>
</html>

aa23 发表于 2011-5-20 18:44

good:victory: :victory: :victory: :victory: :victory:

yzx001 发表于 2011-5-21 19:57

DIV+CSS分页源代码集合图

DIV+CSS分页源代码集合图

xueye612 发表于 2011-5-22 13:10

感谢分享,谢谢

jakes1985 发表于 2011-5-24 13:05

tian na you zhekyang d ema

seallon 发表于 2011-5-25 20:50

相当给力,顶

ferlyw 发表于 2011-5-31 20:08

看看

看看 看看 看看 看看

fengkuangtiaowu 发表于 2011-6-1 13:53

学习~学习~学习~学习~

sigh0829 发表于 2011-6-2 11:15

谢谢,学习一下

james385 发表于 2011-6-2 14:36

很好。。谢谢!

jileshi130 发表于 2011-6-9 13:24

看看了

看看了看看了看看了看看了

xiao 发表于 2011-6-9 13:30

:) :) :) :)

yzx002 发表于 2011-6-15 10:09

学习了!!

学习了!!学习了!!

80idea 发表于 2011-6-20 08:10

需要这个东西

akumajing 发表于 2011-6-20 15:37

这个好-、-。。。。

页: [1] 2 3 4 5 6 7 8

Powered by Discuz! Archiver 6.1.0  © 2001-2007 Comsenz Inc.