最新国产好看的视频,伊人天堂AV在线,国产Aaaaaa视频,蜜臀视频在线观看一区,人妻av色图,密臀久久久精品影片,青青视频免费观看毛片,久草在线观看视,国产三级精品色情在线

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

 更新時間:2010年05月06日 21:14:38   作者:  
javascript獲取頁面的高度及滾動條的位置的代碼,需要的朋友可以參考下。
復制代碼 代碼如下:

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";

相關(guān)文章

最新評論

稷山县| 辉县市| 天柱县| 绥宁县| 沿河| 邢台县| 德昌县| 晴隆县| 渝北区| 故城县| 上杭县| 玉溪市| 泗洪县| 隆安县| 白朗县| 乐山市| 中宁县| 东台市| 基隆市| 秀山| 永泰县| 广河县| 封开县| 临桂县| 当涂县| 长白| 时尚| 遵义县| 垣曲县| 来宾市| 任丘市| 津市市| 石城县| 那曲县| 和静县| 高陵县| 故城县| 开阳县| 陇西县| 雅江县| 和田市|