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.
所以我在身体的其余部分有一个水平菜单。 我想让这个菜单浮动,位置:当我向下滚动页面时固定 这是怎么回事?:) 谢谢!
<div id="bar">I am a navigation bar.</div>
div#bar{ height: 50px; position: fixed; bottom: 0px; background: green; }
在这里,水平条将粘在底部。