I am looking to create a layout with three divs set up as columns. The outer two will be for navigation and need to stay in place while the user scrolls, but the middle section will contain content that should scroll normally along with the page.
I know typically you would use position:fixed for this, but I also want the entire design to be centered on the page. Using fixed positioning would prevent it from moving horizontally in a centered layout. Does anyone have any suggestions on how to achieve this?
I have created a jsfiddle to kickstart the process: http://jsfiddle.net/8RqEt/