亚洲在线久爱草,狠狠天天香蕉网,天天搞日日干久草,伊人亚洲日本欧美

為了賬號安全,請及時綁定郵箱和手機立即綁定

這個在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
提交
取消
回到頂部效果
  • 參與學習       44197    人
  • 解答問題       214    個

回到頂部網站不可缺少的一部分,用JS實現炫酷拉風的回到頂部效果

進入課程

這個在ie、ff都沒效果,不兼容。就gg是ok的。大家都是這樣的嗎?

我要回答 關注問題
微信客服

購課補貼
聯系客服咨詢優惠詳情

幫助反饋 APP下載

慕課網APP
您的移動學習伙伴

公眾號

掃描二維碼
關注慕課網微信公眾號