Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何使导航栏像 Twitter 或 Facebook 一样稳定?在这些网站上,导航栏甚至没有退缩。它总是可见的,只有页面内容发生变化?我怎么能做这样的事情?
使用 CSSposition: fixed属性,以便导航栏始终相对于浏览器窗口而不是内容定位。
position: fixed