Should be easy, right? Just set the outer containing div\'s padding to zero, and set the two side-by-side divs inside the outer div to have margin:0 but that\'s having no effe
Use the float property.
float
Example with div { float: left; } : http://jsfiddle.net/tLZrm/10/.
div { float: left; }