offsetParent、getBoundingClientRect与其他位置相关属性offsetParent、getBoundingClientRect与其他位置相关属性
写在前面:本文章中的代码演示,默认清除的了 body 和 html 的 margin、padding。定位父级Element.offsetParent。定位父级 offsetParent 是一个只读属性。该属性返回一个指向最近的(指包含层级上的最近)包含该元素的定位元素或者最近的 table, td, th, body 元素。<div id="box1"> <div id="box2"> &a