#box { background:green; width:150px; border:5px solid red; } #box > div { border:1px solid blue; float:left; }
The outer box should have no height, but in IE7 it expands to allow for the inner box.