I want to build a website with a div on top, that is always 100% in "height" (regardless of the users screen size or size of the browser window), so that every other content on the site, is "hidden" and the user needs to scroll down to watch it.
Problem: Every time I use 100% in a div height, and float another div to be beneath the first one, the second div moves to the far bottom of the site. I don't find a way to use height:100% in a good way.
Problem: I want to place content in the first div that is center center. Like in this example, and combine it with the above described example.
I hope my description is clear enough, any help is welcome.
regards.