Firefox and Chrome give different values for offsetTop

后端 未结 8 1960
囚心锁ツ
囚心锁ツ 2021-02-14 14:58

I am trying to position an span element (let us call it \"the tooltip span\") relative to a input field. To do this, I am wrapping the tooltip span and the input field in anothe

8条回答
  •  一个人的身影
    2021-02-14 15:50

    You Can try using

    $(window).load 
    

    instead of

    $(document).ready
    

    because Explorer and Chrome sets proper offsets only after images have been fully loaded.

提交回复
热议问题