<div id="container"> <div id="left"> </div> <div id="right"> </div> </div> #container {width:1024px} #left {width:300px; float:left} #right {width:724px; float:left} That is all . First step is set the width of the DIVs, second step is set two DIVs float property.