好得很程序员自学网

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

求解CSS浮动样式_html/css_WEB-ITnose

怎么才能使得粉红色的div模块放在绿色的div模块后面啊?






无标题文档

#container{
width:600px;
height:500px;
background:gray;
}
#test1{
width:50px;
height:50px;
background:red;
float:left;
}
#test2{
width:50px;
height:50px;
background:blue;
float:left;
}
#test3{
width:50px;
height:50px;
background:green;
clear:left;
flaot:left;
}
#test4{
width:50px;
height:50px;
background:pink;
float:left;
}





查看更多关于求解CSS浮动样式_html/css_WEB-ITnose的详细内容...

  阅读:33次