摘要:
windowinnerHeightSets or returns the inner height of a window's content areainnerWidthSets or returns the inner width of a window's content areaouterHeightSets or returns the outer height of a window, including toolbars/scrollbarsouterWidthSets or returns the outer width of a window, includi 阅读全文
posted @ 2013-09-25 11:52
Acacia Sun
阅读(585)
评论(0)
推荐(0)
摘要:
在获取页面滚动的高度时候,往往有不同的获取方式,而且不同的属性浏览器支持稍有差别:pageYOffset:属于window对象,IE9+ 、firefox、chrome,opera均支持该方式获取页面滚动高度值,并且会忽略Doctype定义规则。window.pageYOffset;scrollY: 属于window对象,firefox、chrome,opera支持,IE不支持,忽略Doctype规则。window.scrollY;页面如果未定义doctype文档头,所有的浏览器都支持document.body.scrollTop属性获取滚动高度。document.body.scrollTop 阅读全文
posted @ 2013-09-25 10:34
Acacia Sun
阅读(2855)
评论(0)
推荐(1)

浙公网安备 33010602011771号