offsetHeight, clientHeight与scrollHeight的区别
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了offsetHeight, clientHeight与scrollHeight的区别相关的知识,希望对你有一定的参考价值。
1.clientHeight: VISIBLE content & padding 对象内容的可视高度。
2.offsetHeight :VISIBLE content & padding
+ border + scrollbar
对象整体可视实际高度。
3.scrollHeight: ENTIRE content & padding (visible or not),对象内容的实际高度。
以上是关于offsetHeight, clientHeight与scrollHeight的区别的主要内容,如果未能解决你的问题,请参考以下文章
js的offsetWidth,offsetHeight,offsetLeft,offsetTop
js的各个offset!offsetHeight,offsetTop
html元素的 height,clientHeight和offsetHeight之间的区别