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,因此当我向下滚动页面时,它始终位于屏幕顶部。这一直很好,直到最近我注意到它失去了背景,有时卡在页面上的随机位置。我一直在寻找解决方案,但没有运气。非常感谢任何帮助或建议。提前致谢!
你的代码看起来和这个相似吗?
http://jsfiddle.net/vJhp4/1/
这会在滚动时显示固定在 body 标签顶部的菜单。
#menu { position:fixed; left:50%; top:0; height:20px; width:50px; background-color:black; color:#FFF; padding-top:2px; text-align:center; }