offsetWidth clientWidth scrollWidth的区别

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了offsetWidth clientWidth scrollWidth的区别相关的知识,希望对你有一定的参考价值。

  学习笔记记录一下(以后备查) 

     offsetWidth(Height):网页可见区域的宽(高),包括边线的宽;(width+padding+border)

   clientWidth(Height):网页可见区域的宽(高);

   scrollWidth(Height):网页正文的宽(高);获取对象的滚动条宽度。

   screenWidth(Height):屏幕分辨率的宽(高);

以上是关于offsetWidth clientWidth scrollWidth的区别的主要内容,如果未能解决你的问题,请参考以下文章

关于clientWidth scrollWidth offsetWidth的理解

scrollLeft,scrollWidth,clientWidth,offsetWidth详解

offsetWidth、scrollWidth、ClientWidth 属性不适用于 Html 元素

offsetwidth/clientwidth的区别

offsetwidth/clientwidth的区别

offsetwidth/clientwidth的区别