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>