oh,好像记错了。
Elements that do have layout may establish a new block formatting context (9.4.1 in the CSS 2.1 spec)
http://msdn.microsoft.com/en-us/library/bb250481%28VS.85%29.aspx
以前应该记成ie的layout总是形成一个bfc 。
【 在 ffair (Delusion) 的大作中提到: 】
: <div style="height: 100px; background-color: blue; padding: 5px;">
: <div id="left" style="width: 180px; height:100%; float: left; background-color: green;">hello</div>
: <div id="right" style="margin-left: 180px; height:100%; background-color: red;">world</div>
: ...................
--
FROM 123.125.228.*