View Single Post
10-20-2006, 10:16 PM
#3
Garrett is offline Garrett
Status: Waving
Join date: Aug 2005
Location:
Expertise:
Software:
 
Posts: 2,694
iTrader: 11 / 100%
 

Garrett is on a distinguished road

Send a message via MSN to Garrett

  Old

Not Bad Lewis but to fix a few things on your part:
Code:
#container {
	        width: XXpx;
	        margin: 0 auto;
}
#left {
	        width: XXpx;
	  float:left;
	        margin-left: XXpx;
}
#middle {
	        width: XXpx;
	  float:left;
	        margin-left: XXpx;
}
#right{
	        width: XXpx;
	        margin-left: XXpx;
	        float: left;
}
If some elements are display wierd after that container, add <br clear="all" /> under the div#right.