take two here. This problem has been paining me for a while. I have a desired layout, similar to this;
<body>
<div id="first section">
<div id="second section">
<div id="third section">
<div id="fourth section">
<body>
Essentially what i am aiming for (in basic terms) is a layout that is 400% height, with each 'section', so to speak, taking up 100% height of ALL different sized screens. I have played around alot with mix,max and height properties to no avail, including setting the body's height to 100% with each 'section' being 25% of that...
Is this possible to do with basic css or am i looking at something more technical?