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

javascript 獲取頁(yè)面的高度及滾動(dòng)條的位置的代碼

 更新時(shí)間:2010年05月06日 21:14:38   作者:  
javascript獲取頁(yè)面的高度及滾動(dò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";

相關(guān)文章

最新評(píng)論

聊城市| 长子县| 芦山县| 宁强县| 锦州市| 英超| 常山县| 巢湖市| 和政县| 盐池县| 阜阳市| 恩平市| 宁蒗| 唐山市| 延津县| 永德县| 青海省| 土默特右旗| 化隆| 商都县| 太谷县| 二连浩特市| 扎囊县| 淮阳县| 梅河口市| 土默特右旗| 石狮市| 定襄县| 雅江县| 湘潭县| 桃园市| 涞源县| 沾化县| 宁夏| 甘洛县| 饶阳县| 阿克| 铜陵市| 昌乐县| 大冶市| 个旧市|