【问题标题】:Position:fixed on menu bar - hopefully simple位置:固定在菜单栏上 - 希望很简单
【发布时间】:2012-05-05 10:17:15
【问题描述】:

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

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

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

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

【问题讨论】:

  • 查看我的答案,如果我落后于某个地方,请告诉我。

标签: css html menubar css-position


【解决方案1】:

只需添加 style.css

.strip{

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

【讨论】:

  • 谢谢 - 这似乎奏效了,虽然我认为背景徽标需要向下移动。
  • 我的荣幸,试试 firebug 和 mozilla web devloper 工具,这些都是网页设计师和开发人员的好工具
猜你喜欢
  • 2013-08-28
  • 2014-01-05
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 1970-01-01
  • 2014-03-03
  • 2016-03-27
  • 1970-01-01
相关资源
最近更新 更多