回到顶部最简单的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);return false;});
800 是调节移动速度的,可以自己调节!
共 8 条回复
-
zk546113096 回复于 2011-11-28 09:27 举报
position:fixed; ie6无效的,舰长再贴个针对ie6的js代码吧 :lol
-
zk546113096 回复于 2011-11-29 09:43 举报
#top { position: absolute; bottom: auto; top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight- this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)|| 100)- (parseInt(this.currentStyle.marginBottom,10)||232))); }
给你一个简单的,js你自己写吧,我就不给你写了
╃巡洋艦㊣ 北京
注册时间:2010-11-21
最后登录:17小时前
在线时长:1674小时46分
最后登录:17小时前
在线时长:1674小时46分
- 粉丝1369
- 金钱76388
- 威望845
- 积分101578