divs with z-index & position class
Posted
by Sotos
on Stack Overflow
See other posts from Stack Overflow
or by Sotos
Published on 2010-05-27T14:04:22Z
Indexed on
2010/05/27
14:11 UTC
Read the original article
Hit count: 143
div
|css-positioning
hello, i need your help with div positioning into a page. i have the below divs:
- 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.
the problem is that i want the menu to have fixed position and this is not possible cause it is not working for the x-axis as it gets outside wrapper.
Any ideas?
thanks Sot
© Stack Overflow or respective owner