好得很程序员自学网

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

DIV+CSS三列式布局的实现方法_html/css_WEB-ITnose



无标题页

* {
margin:0;
padding:0;
font-size:1em;
}

#header {
width:800px;
height:100px;
margin:0 auto;
}
#divall {
width:800px;
margin:0 auto;
background:#06f;
height:300px;
}
#footer {
width:800px;
height:60px;
margin:0 auto;
background:#999;
clear:both;
}
#sider_a{
width:200px;
float:left;
background:#f93;
}
#main{
float:left;
background:#dceafc;
margin-left:5px;
width:500px;
}
#sider_b{
float:right;
width:90px;
background:#ccc;
}







http://HdhCmsTest52css测试数据/article.asp?id=574

查看更多关于DIV+CSS三列式布局的实现方法_html/css_WEB-ITnose的详细内容...

  阅读:33次