赞
踩
while(obj.offsetParent) { tLeft+=obj.offsetLeft; tTop+=obj.offsetTop; obj=obj.offsetParent; }
用此方法可以解决ie8等offserTop和offsetLet为0的问题。