I have 2 main divs, the header and a scrolling list contained in a div.
I want the header to always remain at the top of the page, and the scrolling list below.
The scrollbar should be attached to the scrolling div and not to the whole page, i.e. the scrollbar does not appear on the right of the header, just the scrolling div.
This is what i'm trying to achieve:
______________________
|_______header_______|
| |*|
| Container Div |*|
| |*|
| |*|
| |*|
| |*|
| |*|
----------------------
* = scrollbar
The layout should be fluid and if the window is stretched vertically, only the container div and it's scrollbar should get longer.
I don't want to position the header position: fixed;
as then the scrollbar will be on the right of it instead of underneath it.
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…