为毛我做了但是还是没有改变啊
#mainbody {
background:#FC0;
【任务1】?overflow:hidden;
}
.left {
width:800px;
height:200px;
background:#000;
【任务2】float:left?;
}
.right {
width:140px;
height:500px;
background:#690;
【任务3】float:right;
}
#footer {
background:#639;
width:100%;
clear:both;
}