我这样写,在游览器中有高度啊!?
<style type="text/css">
.box1{width:100px;height:100px;border:1px solid red;float:left;}
.box2{width:100px;height:100px;border:1px solid red;float:right;}
</style>
</head>
<body>
<div class="father">
<div class="box1"></div>
<div class="box2"></div>
</div>
</body>