I’ve seen this done in a few sites, an example is artofadambetts.com. The scroll bar on the page scrolls only an element of the page, not the entire page. I looked at the source and havent’t been able to figure it out yet. How is this done?
Share
That’s pretty nifty. He uses ‘position:fixed’ on most of the divs, and the one that scrolls is the one that doesn’t have it.