|
CSS scrolling with fixed header
I'm working on a website conversion project. There's one element I'm having a bit of trouble with in relation to CSS.
Currently the site is "tall" meaning the user has to use the browser scroll bar to scroll down and see all the content including the footer.
The goal is to have the site header stay in a fixed position on the screen and have the user use a scroll bar within the content to scroll up and down, always having the header be fixed and visible on the top of the screen.
Is this a candidate for the "overflow" property? Or would I need jquery to do something like this?
Thanks for thoughts...
|