.main{ width:970px; height:600px; margin:0 auto;border:1px solid red;}
.left{ width:300px; height:600px; background:#ccc; float:left;margin-left:5px;}/*左*/
.right{ width:660px; height:600px; background:#FECCCB; float:right;margin-left:5px;}/*右*/
</style>
把main的宽稍微加长点,再给里面的两个div,用margin-left:5px;就可以了
.left{ width:300px; height:600px; background:#ccc; float:left;margin-left:5px;}/*左*/
.right{ width:660px; height:600px; background:#FECCCB; float:right;margin-left:5px;}/*右*/
</style>
把main的宽稍微加长点,再给里面的两个div,用margin-left:5px;就可以了
.top{background:gray;
height:150px;
}
.main{background:red;
height:700px;
}
.left{
position:absolute;
top:150px;
left:0px;
background:blue;
height:700px;
width:200px;
}
.right{background:green;
height:700px;
margin-left:210px;
}
.foot{height:100px;background:orange;}
height:150px;
}
.main{background:red;
height:700px;
}
.left{
position:absolute;
top:150px;
left:0px;
background:blue;
height:700px;
width:200px;
}
.right{background:green;
height:700px;
margin-left:210px;
}
.foot{height:100px;background:orange;}
.top{width:100%; height:50px;background:gray;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
.foot{width:100%; height:50px;background:#369;}
.main{width:100%; height:300px;background:red;}
.left{width:200px;height:300px;background:blue;position:absolute;}
.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
.foot{width:100%; height:50px;background:#369;}