为了账号安全,请及时绑定邮箱和手机立即绑定

这个在ie、ff都没效果,不兼容。就gg是ok的。大家都是这样的吗?

<!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>无标题文档</title>

<script>

window.onload=function(){

var oBack=document.getElementById('back');

var off=true;

var timer=null;

window.onscroll=function(){

if(!off){

clearInterval(timer)}

console.log(!off)

off=false;

}

oBack.onclick=function(){

timer=setInterval(fn1,30)

function fn1(){

var num=document.documentElement.scrollTop||document.body.scrollTop;

off=true;

var speed=Math.floor(-num/6)

document.documentElement.scrollTop=document.body.scrollTop +=speed;

if(num<=0){clearInterval(timer)}

}

}

}

</script>

</head>


<body>

<div style="width:1000px;margin:0 auto;background:linear-gradient(to bottom,#000,#fff);height:2000px;"></div>

<div id="back" style="position:fixed;right:10px;bottom:10px;"><img src="images/top.png"/></div>

</body>

</html>


正在回答

1 回答

var num=document.documentElement.scrollTop||document.body.scrollTop;貌似这句有问题,不知如何解决。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
回到顶部效果
  • 参与学习       44211    人
  • 解答问题       206    个

回到顶部网站不可缺少的一部分,用JS实现炫酷拉风的回到顶部效果

进入课程

这个在ie、ff都没效果,不兼容。就gg是ok的。大家都是这样的吗?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信