Hi Guys,
I have a website template that has a header, and below the header are 3 divs. The divs are left, middle, and right.
Most of the content will be in the middle, and the left/right divs are preconfigured to not take up any more page space than what's above the fold.
If the center div's content goes beyond the page fold, the scroll bar appears. However, this will scroll the entire page. I'd like it to only scroll the center div and leave the rest of the page static and in place.
I want to be able to scroll ONLY the 'scrollable' content and use the browsers main scroll bar.
Thoughts? can this be done without javascript and only css?
I have a website template that has a header, and below the header are 3 divs. The divs are left, middle, and right.
Most of the content will be in the middle, and the left/right divs are preconfigured to not take up any more page space than what's above the fold.
If the center div's content goes beyond the page fold, the scroll bar appears. However, this will scroll the entire page. I'd like it to only scroll the center div and leave the rest of the page static and in place.

I want to be able to scroll ONLY the 'scrollable' content and use the browsers main scroll bar.
Thoughts? can this be done without javascript and only css?