这是一款不错的分页栏特效,当用户的鼠标经过分页栏时放大效果,并显示背景图片,可根据自己的需求来自定义。
<html> <head> <meta http-equiv="content-Type" content="text/html;charset=gb2312"> <meta name="keywords" content="武鸣人网站,武鸣信息网,武鸣本地网,武鸣信息资源平台,减肥,健身,励志,励志语录,js特效,网页特效,www.wuming.ren"> <meta name="description" content="欢迎来到武鸣人信息资源平台,各种信息免费发布,资源共享合作共赢,分享互联网流行的励志语录经典短句,减肥健身健康小常识及打卡记录,收集各种js特效代码。"> <title>鼠标经过分页栏显示背景图片效果_武鸣人</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("/img/20240401_www_wuming_ren_3.gif") 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> <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="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>
本文来自武鸣人网站,转载请注明出处