this.getBoundingClientRect()。top返回无效值

时间:2015-10-07 19:26:35

标签: javascript jquery

所有这些:

this.getBoundingClientRect().top
$(this).offset().top
$(this).position().top

为相对定位的元素返回144。 当我给出这个元素时:

position: absolute;
top: 144px;

它比相对时的方式更高。差异大约是22px。我怎样才能获得准确的位置? 同样的事情发生在Firefox和Chrome中。

0 个答案:

没有答案