div id="d0" style="background-color:#333333;height:500px;"> br style="line-height:0;"/> //不加入br這一行,在FIREFOX中id1的margin-top:20px將會在d0上作用,使d0上方與body間有20px的間距,d1與d0的上方沒有間距,而IE內正常顯示 div id="d1" style="background-color:#000000;margin-top:20px;height:100px;">/div> div id="d2" style="background-color:#000000;margin-top:20px;height:100px;">/div> /div>