Fix object to top of browser window when scrolling

前端 未结 7 767
迷失自我
迷失自我 2020-12-04 16:55

I saw recently a new interesting feature in the new gmail and also in the HTML5 bing preview that fixes a navigation bar to the top of the browser window when scrolling. The

7条回答
  •  北海茫月
    2020-12-04 17:37

    Rather then defining the scroll lenght, why can't we define the object's position? say once it reaches top:0 then trigger the script. This way it will be more device friendly.

提交回复
热议问题