如何将顶部菜单固定放置,以便在滚动时菜单不会移动?

这不起作用:



body { overflow-y: scroll; }
#header { position:fixed; width:100%; height:50px; background-color:yellow; }
#container { padding-top: 60px; }

<div id="header">Bonjour</div>
<div id="container">Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br>Blah<br></div>

最佳答案

当我理解您的权利时,这个问题可以解决相同的问题。 Using jQuery to keep scrolling object within visible window
对不起,我的简短回答很抱歉,但我仅在iPad上。

08-26 17:40
查看更多