Ok, I\'m trying to get a div to scale and the height is always the height of the viewport. I\'m going to link to my examples as it needs some explaining.
www.madmediabli
Please see this: http://stanhub.com/how-to-make-div-element-100-height-of-browser-window-using-css-only/
your content on screen 1 your content on screen 2 div#welcome { height: 100vh; background: black; } div#projects { height: 100vh; background: yellow; }
That's it.