运行代码 缩小
汉王
HTML代码
复制 格式化 注释 注释 清空
放大
AخA
 
1
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2
<html xmlns="http://www.w3.org/1999/xhtml">
3
<head>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
5
<title>3种CSS分页按钮样式</title>
6
<style type="text/css" media="screen">
7
#pagination-clean li { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
8
#pagination-clean a { border-right:solid 1px #DEDEDE; margin-right:2px; }
9
#pagination-clean .previous-off,
10
#pagination-clean .next-off { color:#888888; display:block; float:left; font-weight:bold; padding:3px 4px; }    
11
#pagination-clean .next a,#pagination-clean previous a { border:none; font-weight:bold; }   
12
#pagination-clean .active { color:#000000; font-weight:bold; display:block; float:left; padding:4px 6px; /* savers */ border-right:solid 1px #DEDEDE; }
13
#pagination-clean a:link,#pagination-clean a:visited  { color:#0e509e; display:block; float:left; padding:3px 6px; text-decoration:underline; }
14
#pagination-clean a:hover { text-decoration:none; }
15
#pagination-digg li { border:0; margin:0; padding:0; font-size:11px; list-style:none; /* savers */ float:left; }
CSS代码
复制 格式化 注释 注释 颜色 清空
放大
CSS代码...
x
 
1
JS代码
复制 格式化 注释 注释 清空
放大
JS代码...
xxxxxxxxxx
1
 
1
名称
3种简洁漂亮的CSS分页按钮样式
分类
网站常用
描述
三种风格不错的CSS分页按钮样式,简洁漂亮的风格,希望大家喜欢,每种风格大同小异,但不同的处理风格给人的感觉是不一样的,我觉得这种样式非常不错的。
收藏