许多网站经常用的分页栏css样式代码,有各种效果供您选择,可根据自己网站色彩来修改图片或颜色。
<!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" xml:lang="gb2312"> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312" /> <title>网站常用分页栏css代码_武鸣人</title> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <style type="text/css"> #www_wuming_ren{ padding: 2px; } #www_wuming_ren ul{ margin: 0; padding: 0; text-align: left; /*Set to "right" to right align www_wuming_ren interface*/ font-size: 12px; } #www_wuming_ren li{ list-style-type: none; display: inline; padding-bottom: 1px; } #www_wuming_ren a, .www_wuming_ren a:visited{ padding: 0 5px; border: 1px solid #9aafe5; text-decoration: none; color: #2e6ab1; } #www_wuming_ren a:hover, .www_wuming_ren a:active{ border: 1px solid #2b66a5; color: #000; background-color: lightyellow; } #www_wuming_ren li.currentpage{ font-weight: bold; padding: 0 5px; border: 1px solid navy; background-color: #2e6ab1; color: #FFF; } #www_wuming_ren li.up_page_wuming{ padding: 0 5px; border: 1px solid #929292; color: #929292; } #www_wuming_ren li.nextpage{ font-weight: bold; } * html #www_wuming_ren li.currentpage, * html #www_wuming_ren li.up_page_wuming{ /*IE 6 and below. Adjust non linked LIs slightly to account for bugs*/ margin-right: 5px; padding-right: 0; } </style> </head> <body> <a href="https://www.wuming.ren">武鸣人</a>,各种信息资源免费发布,分享励志语录经典短句,减肥健身常识,各种js特效代码。网站很好记住,wuming.ren(武鸣拼音.ren域名后缀)<hr> <!--欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。--> <script type="text/javascript" src="https://www.wuming.ren/ad/tc.js"></script> <script type="text/javascript" src="https://www.wuming.ren/ad/a.js"></script> <div id="www_wuming_ren"> <ul> <li>上一页</li> <li>1</li> <li><a href="#">2</a></li> <li><a href="#">3</a></li> <li><a href="#">4</a></li> <li><a href="#">5</a></li> <li><a href="#">6</a></li> <li><a href="#">7</a></li> <li><a href="#">8</a></li> <li><a href="#">9</a>...</li> <li><a href="#">15</a></li> <li><a href="#">16</a></li> <li><a href="#">下一页</a></li> </ul> </div> </body> </html>
本文来自武鸣人网站,转载请注明出处