龙盟编程博客 | 无障碍搜索 | 云盘搜索神器
快速搜索
主页 > web编程 > div+css/html >

css 分页样式

时间:2012-12-29 08:41来源:未知 作者:admin 点击:
分享到:
!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 / titlecss教程 分

<!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.cn/javascript/code/20100927/csspage


精彩图集

赞助商链接