为什么mainbody会受浮动的影响?
为什么我写的mainbody是蓝色的?
这是我的代码:
<title>无标题文档</title>
width:100%;
}
#mainbody {<style type="text/css">
* {
margin:0;
padding:0;
}
#wrap {
background:#00C;
margin:0 auto;
width:960px;
}
#header {
background:#FF3300;
background:yellow;
}
.left {
width:800px;
height:200px;
background:#000;
float:left;
}
.right {
width:140px;
height:500px;
background:#690;
float:right;
}
#footer {
background:#639;
width:100%;
clear:right;
}
</style>