anneliBlinaig
New Member
I need to design a webpage where each div element fits the browser window.Here's what I have right now:http://jsfiddle.net/E9HER/What I need to do is to have each of those red-bordered containers to vertically fit the browser window (for heights greater than 500px).\[code\]<div class="contentcontainer"> <div class="WhoWeAre"><a name="WhoWeAre">Who we are</a></div> <div class="WhatWeDo"><a name="WhatWeDo">What we do</a></div> <div class="OurWork"><a name="OurWork">Our work</a></div> <div class="Contact"><a name="Contact">Contact</a></div></div>\[/code\]Any suggestions or help would be greatly appreciated.