前端tips

document.documentElement.scrollTop  

document.body.scrollTop          可读写

 

document.documentElement.clientHeight(不包括滚动条的宽度)

document.documentElement.clientWidth

 

window.innerWidth (包括滚动条的宽度)

window.innderHeight

 

document.documentElement.scrollWidth;

document.documentElement.scrollHeight;

 

posted @ 2016-09-02 00:03  miaolq  阅读(110)  评论(0编辑  收藏  举报