位置:固定在菜单栏上 - 希望简单

时间:2012-05-05 10:17:15

标签: css html menubar css-position

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

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

因此,当用户向下滚动时,菜单仍会显示。

不幸的是添加位置:固定到CSS似乎没有做到这一点,各种元素仍然浮动。有人能指出我正确的方向吗?

1 个答案:

答案 0 :(得分:5)

只需添加style.css

.strip{

position: fixed;
z-index:1;
width:100%;
}