CSS Layout
I'm new to CSS, but I'm extremely interested in the layout possibilities it seems to offer.
What I'd like to do, is to have a permanently fixed header/title bar, with a permanently fixed navbar immediately underneath it - both of these are the width of the browser window.
Below that, I's like a 75% width content window to the left, with scrollbar - and a 25% infobar with independent scrolling to the right.
Under both of those, a browser-width footer bar, that remains static regardless of the content/info windows.
Obviously, I'd like the scrollbars to remain fixed within their appropriate areas.
I'm not expecting someone to come up with the code for me, but if you can point me in the direction of tutorials/explanations of the necessary techniques I'd be most grateful!
Thanks In Advance,
DM
|