定位计算距离&获取大小常用API

2019-04-07  本文已影响0人  JTPeng

offset系列

offsetParent(html和body之间的空隙被消除掉)

offsetTop

offsetLeft

offsetWidth

Elemetn.offsetHeight

对块级元素来说,offsetTop、offsetLeft、offsetWidth 及 offsetHeight 描述了元素相对于 offsetParent 的边界框。


getBoundingClientRect()系列

方法返回元素的大小及其相对于视口的4个位置

height&width

left&top:

right

bottom

图解

图解.png

xxx.Width系列

offsetWidth

clientWidth

scrollWidth


scroll相关

scrollTop

scrollLeft

scrollWidth&scrollHeight

上一篇 下一篇

猜你喜欢

热点阅读