xb18
xb18
文章39
标签0
分类0
clientWidth-offsetHeight

clientWidth-offsetHeight

clientWidth

clientWidth 属性是一个只读属性,它返回该元素的像素宽度,宽度包含内边距(padding),不包含边框(border),外边距(margin)和滚动条,是一个整数,单位是像素 px。

内联元素以及没有 CSS 样式的元素的 clientWidth 属性值为 0。

image-20230811211224296

offsetHeight

offsetHeight 和 offsettWidth 属性返回元素的可见高度和宽度,包括内边距(padding)和边框(border)。

image-20230811211230479

本文作者:xb18
本文链接:http://xb18.github.io/2023/03/01/clientWidth%E3%80%81offsetHeight/
版权声明:本文采用 CC BY-NC-SA 3.0 CN 协议进行许可