I have 4 divs within the footer div of my site and I can't get the floats to work properly so they sit correctly.
This is the structure;
<div class="footer">
<div id="one"></div>
<div id="two"></div>
<div id="three"></div>
<div id="four"></div>
</div>
Div One needs to be full width and run the full length of the page above the other three which should all sit next to each other taking up a third of the page each.
Any suggestions on the best way to handle this?