东西很简单,还是利用jQuery,直接在网站底部文件加代码:
<a href="#" id="top"> 返 回 顶 部 </a>
CSS代码,使用了fixed让对象固定于浏览器窗口:
#top{position:fixed;bottom:0;right:10px;}
jQuery代码,注意正常使用的几个条件:
$('#top').click(function(){$('html,body').animate({scrollTop: '0px'}, 800);});
OK,此文完!
未经允许不得转载:YESKYLOG » jQuery“返回顶部”滑动过度效果 帝国cms -夜星空
最新评论
SPECIAL SIGN-UP BONUS – Enjoy a 100% Match on your first deposit! REFERRAL BONUS – Share the excitement and earn rewards! Register here: http://secure-casinos.com
$page=(int)$_GET['page'];
$pagenum=$page+1;
if($page==0){
$page2='';
}else{
$page2='第 '.$pagenum.' 页';
}