Scroll down whole browser window
I am making a website and this is my current setup: http://puu.sh/hU5KJ/421b5aa76d.png I have 2 main divs, at first the bold one is displayed in full browser window, and after clicking the button, whole window is scrolled down to the 2nd div. The divs are literally placed as in the picture, with the lower div being off screen and the scroll down function is a simple javascript. My main question here is, can this be done in any alternative way? This feels kinda wrong, also whenever i'm at the lower div and resize the height of the browser window it all gets messed up. EDIT: I'd like to have it