【发布时间】:2014-02-26 16:44:09
【问题描述】:
我有一个单页滚动类型的网站。我在顶部有一个固定菜单,这在桌面浏览器上运行良好。但是它在移动设备上不起作用,并且菜单只停留在顶部,当您向下滚动时它会消失。
我的标题 CSS 是:
#header {
background: url('../_images/menu_bg.png');
padding-top: 10px;
position: fixed;
top: 0;
left: 0;
z-index: 9000;
width: 100%;
height: 80px;
}
【问题讨论】:
-
larcohintonburg.com/css/styleMobile.css -
line 1092你有#header { position: relative; }