View Single Post
Old 10-01-2012, 04:27 PM   PM User | #1
loamguy1
Regular Coder

 
Join Date: Nov 2007
Posts: 106
Thanks: 13
Thanked 0 Times in 0 Posts
loamguy1 is an unknown quantity at this point
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...
loamguy1 is offline   Reply With Quote