You could also try something a bit simpler, like:
<style type="text/css">
#myContainer div { float: left; border: 1px solid black; }
#myContainer .single { width: 33%; }
#myContainer .double { width: 66%; }
#myContainer .triple { width: 99%; }
</style>
<div id="myContainer">
<div class="double">parcel</div
<div class="single">photo</div>
<div class="single">driveway</d
<div class="double">garage</div
<div class="single">bldgcolor</
<div class="double">bldgmtl</di
<div class="triple">fence</div>
<div class="single">other</div>
<div class="double">action</div
</div>
Main Topics
Browse All Topics





by: ThogekPosted on 2007-05-14 at 15:16:59ID: 19088919
With the layout you're using, I don't think you need any of the "clear: both" settings. Might wanna try dumping those, especially the one on the "driveway" element.