How is the navigation bar fixed on the home page of Taobao store?

it looks like this without sliding at first, as shown in figure
clipboard.png

,:

clipboard.png

ask the gods, how do you do this?

Mar.23,2021

take a look at the code and use position:sticky


position:sticky


to judge the height above the navigation bar. When it reaches a certain value, set position


1. Directly use position:sticky
2. Listen for scrolling and set position to fixed or absolute

when scrolling to a location
Menu