好得很程序员自学网

<tfoot draggable='sEl'></tfoot>

DIV+CSS设计IE6浮动产生双倍距离_html/css_WEB-ITnose









.left{
width:235px;
float:left;
margin-left:10px;
border:1px solid red;
height:50px;
display:inline;/*加入inline-block*/
}
.right{
width:754px;
float:right;
margin-right:10px;
border:1px solid black;
height:50px;
display:inline;/*加入inline-block*/
}



查看更多关于DIV+CSS设计IE6浮动产生双倍距离_html/css_WEB-ITnose的详细内容...

  阅读:35次