<html> <body> <div style="200px;height:200px;background-color:red;> <div style="100px;height:100px;background-color:black;margin-left:300px;"> </div> </div> </body> </html>
左边是火狐显示,右边为IE显示。用overflow:hidden;可使子div消失。