第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

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

滾動后頁面有問題

<script type="text/javascript">

/*var jWindow = $(window);

//滾動事件

jWindow.scroll(function(){

//窗口滾動的高度

var scrollHeight = jWindow.scrollTop();

//屏幕可減去

var screenHeight = jWindow.height();

//左側(cè)滾動欄的高度

var sideHeight = $('#side').height();


if(scrollHeight + screenHeight > sideHeight){//滾動的高度加上屏幕的高度大于左側(cè)欄的高度

$('#side').css({

'position':'fixed',

'top':-(sideHeight-screenHeight)+1,

'right':0

});

}else{

$('#side').css({

'position':'static',

});

}

});

window.onload = function(){

jWindow.trigger('scroll');

};

jWindow.resize(function(){

jWindow.trigger('scroll');//jquery方法

});*/

//返回的動引用

var $ ?= function(id){

return document.getElementById(id);

}

//一個元素綁定多個函數(shù)

var addEvent = function (obj,event,fn){

if(obj.addEventListener){

obj.addEventListener(event,fn,false);//冒泡或捕獲的方式

}else if(obj.attachEvent){

obj.attachEvent('on'+event,fn);//ie 接受的事件模型

}

}



var domSider = $('side');

var scrollEvent ?= function(){

var sideHeight = domSider.offsetHeight; //offsetHeight直接獲取側(cè)欄的高度

var screenHeight ?= document.documentElement.clientHeight || document.body.clientHeight;

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

if(screenHeight+scrollHeight > sideHeight){

domSider.style.cssText = 'position:fixed;right:0px;top:'+(-(sideHeight-screenHeight))+'px';

}else{

domSider.style.position = 'static';

}

}


addEvent(window,'scroll',function(){

scrollEvent();

});

addEvent(window,'resize',function(){

scrollEvent();

});

滾動后::::

57ea5e830001dab605000243.jpg

滾動前:::57ea5e840001b18405000242.jpg

</script>


正在回答

2 回答

測試了你的代碼,并沒有錯誤,應(yīng)該是你css的布局問題了
0 回復(fù) 有任何疑惑可以回復(fù)我~

var scrollEvent = function(){
? ?var sideHeight = domSider.offsetHeight;
? ?var screenHeight =document.documentElement.clientHeight||document.body.clientHeight;
? ?var scrollHeight = document.documentElement.scrollTop||document.body.scrollTop;
? ?//滾動高度+屏幕高度>邊欄高度。,此時要設(shè)置position:fixed
? ?if(scrollHeight+screenHeight>sideHeight){
? ? ? ?domSider.style.cssText = 'position:fixed;right:0px;top:'+(-(sideHeight-screenHeight))+'px';
? ?}else{
? ? ? ?domSider.style.position='static';
? ?}
}

0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報

0/150
提交
取消

滾動后頁面有問題

我要回答 關(guān)注問題
微信客服

購課補貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動學(xué)習(xí)伙伴

公眾號

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號