【发布时间】:2010-05-29 23:55:03
【问题描述】:
在将 div 定位到页面中时,我需要您的帮助。我有以下 div:
- the header with z-index 10, position absolute, top 0, height 250px, width 100%
- wrapper with margin 0 auto, width 990 and inside
- the menu with z-index 8
- content to the right of the menu with z-index 9 so that i could scroll it below the header.
问题是我希望菜单具有固定位置,这是不可能的,因为它在 x 轴上不起作用,因为它在包装器之外。代码现在有点乱,但我想使用菜单项来滚动标题下方的大彩色框。
有什么想法吗?
谢谢 太棒了
【问题讨论】: