Scrollable backgrounds with 100% height?

Has anyone been able to create something like this… (check the demo from this page)

I can accomplish something similar with fixed heights on the divs, but cannot figure how to get the divs to expand to full height even though my css is at min-height: 100%

Thanks for any insight.

Make the <body> element 100% height too, it’s a pre requisite for the 100% height sections to work.

2 Likes

Ah yes, that’s what I was missing.Thanks Vincent!