2

我正在尝试使顶部菜单栏浮动在页面顶部:

http://www.landedhouses.co.uk/

这样当用户向下滚动菜单时仍会显示。

不幸的是,将 position:fixed 添加到 CSS 似乎并没有解决问题,各种元素仍然漂浮在周围。谁能指出我正确的方向?

4

1 回答 1

5

只需添加 style.css

.strip{

position: fixed;
z-index:1;
width:100%;
}
于 2012-05-05T10:30:09.147 回答