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

首頁 > 語言 > JavaScript > 正文

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

2024-05-06 14:10:10
字體:
供稿:網(wǎng)友
代碼如下:
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();
}
};


居中:
代碼如下:
style.position="absolute";
style.left=50%;
style.top=Viewport.Top()+Viewport.Height()/2+"px";
發(fā)表評論 共有條評論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表

圖片精選

主站蜘蛛池模板: 嘉峪关市| 云安县| 盖州市| 馆陶县| 剑河县| 昔阳县| 远安县| 韶关市| 开平市| 抚州市| 古浪县| 扬州市| 湾仔区| 静乐县| 枞阳县| 广安市| 榕江县| 河南省| 浙江省| 黄陵县| 濮阳县| 鸡东县| 饶阳县| 凤庆县| 旬邑县| 阿拉善右旗| 太仓市| 芦山县| 东明县| 库伦旗| 宣威市| 荔浦县| 金坛市| 吴旗县| 霍邱县| 奉节县| 甘谷县| 中西区| 景洪市| 习水县| 怀宁县|