标签: javascript jquery
所有这些:
this.getBoundingClientRect().top $(this).offset().top $(this).position().top
为相对定位的元素返回144。 当我给出这个元素时:
144
position: absolute; top: 144px;
它比相对时的方式更高。差异大约是22px。我怎样才能获得准确的位置? 同样的事情发生在Firefox和Chrome中。