Ctrl+/
IE11
F11
ESC
PgUp
PgDn
<!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=gb2312" />
<title>一个不错的CSS分页样式</title>
<style type="text/css">
html{filter:expression(document.execCommand("BackgroundImageCache", false, true))}
body{text-align:center;font:12px Verdana,sans-serif;margin:0;padding:100px 0 0 100px}
#Page{float:left;height:50px;font-family:Verdana}
#Page a{float:left;margin:10px 1px 0 1px;width:26px;height:20px;line-height:20px;color:#91ad00;font:12px;text-align:center;text-decoration:none;border:1px solid #91ad00}
#Page a:hover{position:relative;margin:0 -10px 0 -10px;padding:0 9px;width:30px;line-height:40px;height:40px;color:#000;border:1px solid #91ad00;background:url() no-repeat left -10px;font-size:18px;font-weight:bold}
#Page span{float:left;line-height:165%;padding:0px 8px;margin:10px 1px 0 1px;border:1px solid #91ad00;background:#91ad00;color:#FFF;font-weight:bold;}
</style>
</head>
<body>
<div id="Page">
<a href="#">«</a><span>1</span><a href="#">2</a><a href="#">3</a><a href="#">4</a><a href="#">5</a><a href="#">6</a><a href="#">»</a>
</div>
</body>
</html>
CSS代码...
JS代码...
xxxxxxxxxx