window.innerHeight 在ie8中获取不到
Posted hill-foryou
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了window.innerHeight 在ie8中获取不到相关的知识,希望对你有一定的参考价值。
window.innerHeight
Chrome浏览器
--------------------------------------------------------------------------------------------
IE8
下面代码适用所有浏览器
var w = window.innerWidth || document.documentElement.clientWidth ;
var w = window.innerHeight || document.documentElement.clientHeight ;
document.body.clientHeight
获取的是body的高度
以上是关于window.innerHeight 在ie8中获取不到的主要内容,如果未能解决你的问题,请参考以下文章
不正确的 window.innerWidth 和 window.innerHeight