日期:2014-05-17 浏览次数:20610 次
#left
{
background: #eee;
width: 350px;
height: 400px;
float: left;
}
#right
{
background: #ccc;
width: 150px;
height: 400px;
float: right;
}
#maincontainer
{
width: 500px;
overflow: auto;
}
#foot
{
background: #eee;
width: 500px;
height: 100px;
}