css 分頁樣式

來源:互聯網
上載者:User

<!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>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>css教程 分頁樣式</title>
<style type="text/css">
body {font-size: 12px;font-family: verdana, arial, helvetica, sans-serif;}
.title{ width:420px; margin:20px auto; text-align:center;}
.page { padding:3px;margin: 3px auto; width:420px; text-align: center}
.page a {border:#aaaadd 1px solid; padding:2px 5px; margin: 2px;color: #000099; padding-top: 2px; text-decoration: none}
.page a:hover { border:#000099 1px solid; background:#009; color:#fff;}
.page a:active {border:#009 1px solid;color: #000;}
.page span.current {border:#009 1px solid; padding:2px 5px; font-weight: bold; margin: 2px;  color: #fff; background-color: #000099}
.page span.disabled {border:#eee 1px solid; padding:2px 5px;margin: 2px;  color: #ddd; }
</style>


<body>
<div class="title">
 <a href="http://www.111cn.net/">www.111cn.net</a>
</div>

<div class="page">
 <span class="disabled"> < </span>
 <span class="current">1</span>
 <a href="http://www.111cn.net">2</a>
 <a href="http://www.111cn.net">3</a>
 <a href="http://www.111cn.net">4</a>
 <a href="http://www.111cn.net">5</a>
 <a href="http://www.111cn.net">6</a>
 <a href="http://www.111cn.net">7</a>
 ...
 <a href="http://www.111cn.net">199</a>
 <a href="http://www.111cn.net">200</a>
 <a href="http://www.111cn.net"> > </a>
</div>


</body>


</html>

源碼下載
http://down.111cn.net/down/code/js/2010/0927/20957.html
效果預覽地址
網頁特效/code/20100927/csspage">http://g.111cn.net/javascript/code/20100927/csspage

相關文章

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.