.top{width:100%;height:50px;background:#ccc;}
.main{background:red;}
.left{ width:200px;height:500px;background:blue;position: absolute;left:0;top:50px;}
.right{width:100%;height:500px;background:#8FBC8F;margin-left:210px}
.foot{width:100%;height:50px;background:#D2691E;}
.main{background:red;}
.left{ width:200px;height:500px;background:blue;position: absolute;left:0;top:50px;}
.right{width:100%;height:500px;background:#8FBC8F;margin-left:210px}
.foot{width:100%;height:50px;background:#D2691E;}
.top{ height:40px;
background-color:#ccc;
margin:0 auto;
}
.main{ background-color:red;
position:relative;
width: 100%;}
.left{ position: absolute;
top:0;
left:0;
width:200px;
height: 500px;
background-color: blue;
}
.right{ margin-left:206px;
height:500px;
background-color:green;
}
background-color:#ccc;
margin:0 auto;
}
.main{ background-color:red;
position:relative;
width: 100%;}
.left{ position: absolute;
top:0;
left:0;
width:200px;
height: 500px;
background-color: blue;
}
.right{ margin-left:206px;
height:500px;
background-color:green;
}
设置width100%和margin-left是关键。
.top{width:100%; height:30px;background:#ccc;}
.main{width:100%;height:400px;background:red;}
.left{ width:200px;height:400px;position:absolute;left:0;top:30;background:blue;}
.right{height:400px;width:100%;margin-left:210px;float:left;top:30;background:green;}
.top{width:100%; height:30px;background:#ccc;}
.main{width:100%;height:400px;background:red;}
.left{ width:200px;height:400px;position:absolute;left:0;top:30;background:blue;}
.right{height:400px;width:100%;margin-left:210px;float:left;top:30;background:green;}