浏览器盒子中的各大高度表示

1 .1 style.width与offsetWidth的区别


1. style.width只能读取内联样式,offsetWidth都可以读取。
2. style.width读取的值带“px”单位,offsetWidth读取纯数值。
3. style.width获取的只是元素的宽度,不包括border和padding所占的宽度, 而offsetWidth获取的宽度是 width+border+padding+滚动条 的值(但不包括margin)。
4. offsetWidth是只读的,style.width是可读可写的。


2.1 JS中的位置和宽度:clientWidth、offsetWidth、scrollWidth等区别

在这里插入图片描述


marginborderpaddingwidth(height)scroll视口之外的内容
offsetWidth不包括包括包括包括包括包括
clientWidth不包括不包括包括包括不包括不包括
scrollWidth不包括不包括包括包括不包括包括

2.1.1 clientWidth和clientHeigh 、 clientTop和clientLeft

1. clientWidth的实际宽度:clientWidth = width+左右padding。
2. clientHeigh的实际高度:clientHeigh = height + 上下padding。
3. clientTop的实际宽度: clientTop = boder.top(上边框的宽度)。
4. clientLeft的实际宽度:clientLeft = boder.left(左边框的宽度)。


2.1.2 offsetWidth和offsetHight 、 offsetTop和offsetLeft

1. offsetWidth的实际宽度:offsetWidth = width + 左右padding + 左右boder。
2. offsetHeith的实际高度:offsetHeith = height + 上下padding + 上下boder。
3. offsetTop实际宽度offsetTop:当前元素 上边框 外边缘 到 最近的已定位父级(offsetParent) 上边框 内边缘的 距离。如果父级都没有定位,则分别是到body 顶部 和左边的距离。
4. offsetLeft实际宽度offsetLeft:当前元素 左边框 外边缘 到 最近的已定位父级(offsetParent) 左边框 内边缘的距离。如果父级都没有定位,则分别是到body 顶部 和左边的距离。


2.1.3 scrollWidth和scrollHeight 、 scrollTop和scrollLeft

1. scrollWidth实际宽度scrollWidth:获取指定标签内容层的真实宽度(可视区域宽度+被隐藏区域宽度)。
2. scrollHeight的实际高度scrollHeight:获取指定标签内容层的真实高度(可视区域高度+被隐藏区域高度。
3. scrollTop:内容层顶部 到 可视区域顶部的距离。
4. scrollLeft: scrollLeft:内容层左端 到 可视区域左端的距离。


  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值