国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

javascript 獲取頁面的高度及滾動條的位置的代碼

2019-11-21 00:31:35
字體:
供稿:網(wǎng)友
復(fù)制代碼 代碼如下:

var Viewport={
top : function(){
return window.pageYOffset
|| document.documentElement && document.documentElement.scrollTop
|| document.body.scrollTop;
},
height : function(){
return window.innerHeight
|| document.documentElement && document.documentElement.clientHeight
|| document.body.clientHeight;
},
left : function(){
return window.pageXOffset
|| document.documentElement && document.documentElement.scrollLeft
|| document.body.scrollLeft;
},
width : function(){
return window.innerWidth
|| document.documentElement && document.documentElement.clientWidth
|| document.body.clientWidth;
},
right : function(){
return Viewport.left() + Viewport.width();
},
bottom : function(){
return Viewport.top() + Viewport.height();
}
};


居中:
復(fù)制代碼 代碼如下:

style.position="absolute";
style.left=50%;
style.top=Viewport.Top()+Viewport.Height()/2+"px";
發(fā)表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發(fā)表
主站蜘蛛池模板: 合川市| 龙南县| 长泰县| 额敏县| 岢岚县| 镇原县| 濮阳县| 扎囊县| 耿马| 武威市| 册亨县| 株洲市| 微山县| 伽师县| 新郑市| 武汉市| 米泉市| 青铜峡市| 景泰县| 青阳县| 内乡县| 灌阳县| 临高县| 宁陕县| 如皋市| 颍上县| 明水县| 黑山县| 镇安县| 辽中县| 大厂| 临湘市| 偏关县| 铜川市| 将乐县| 陇川县| 德惠市| 泰顺县| 池州市| 普洱| 收藏|