div+css,如何实现 1行3列,分别设置列的宽度

<div  style="float:left; border:1px solid Wheat; width:200px; height:500px; margin-right:10px;">左</div>
<div  style="float:left; border:1px solid Wheat; width:200px; height:300px; margin-right:10px;">中</div>
<div  style="float:left; border:1px solid Wheat; width:200px; height:400px; margin-right:10px;">右</div>

posted @ 2013-03-28 17:15  冰城小菜刀  阅读(417)  评论(0编辑  收藏  举报