.right{margin-left:210px;width:100%;height:300px;background:green;position:absolute;}
里面margin-left就是margin:0 0 0 210px
里面margin-left就是margin:0 0 0 210px
.top{height:100px;background:grey}
.main{height:800px;margin:0px;background:red;}
.left{width:20%;height:800px;float:left;background:blue}
.right{width:79%;height:800px;float:right;background:green}
.foot{height:100px;background:orange;}
.main{height:800px;margin:0px;background:red;}
.left{width:20%;height:800px;float:left;background:blue}
.right{width:79%;height:800px;float:right;background:green}
.foot{height:100px;background:orange;}
body{ margin:0; padding:0; font-size:30px; color:#fff}
.top{ width:100%, height:300px; background:gray;}
.main{background:red; height:900px;}
.left{ width:29%;height:700px;background:blue; float:left;}
.right{width:70%;height:700px;background:green;float:right;}
.foot{background:orange; clear:both;}
.top{ width:100%, height:300px; background:gray;}
.main{background:red; height:900px;}
.left{ width:29%;height:700px;background:blue; float:left;}
.right{width:70%;height:700px;background:green;float:right;}
.foot{background:orange; clear:both;}
.top{width:800px; height:80px; background:#ccc;margin:0 auto;}
.main{width:800px;height:500px;background:red;margin:0 auto;}
.left{ width:200px;height:500px;background:blue;float:left;}
.right{width:590px;height:500px;background:pink;float:right;}
.main{width:800px;height:500px;background:red;margin:0 auto;}
.left{ width:200px;height:500px;background:blue;float:left;}
.right{width:590px;height:500px;background:pink;float:right;}