.top{background-color:gray;height:80px;}
.main{background-color:red;height:500px;}
.left{ background-color:blue;width:200px;height:500px;float:left;}
.right{background-color:green;margin-left:210px; width:100%; height:500px;position:absolute;}
.foot{background-color:orange;height:50px; clear:left;}
.main{background-color:red;height:500px;}
.left{ background-color:blue;width:200px;height:500px;float:left;}
.right{background-color:green;margin-left:210px; width:100%; height:500px;position:absolute;}
.foot{background-color:orange;height:50px; clear:left;}
.top{height:100px;background:#ccc;}
.main{height:800px;width:1260px;background:red;}
.left{height:800px;background:blue;width:200px;position:absolute;left:0;top:100px;}
.right{height:800px;background:pink;margin-left:220px;}
.foot{height:100px;background:yellow;}</style>
.main{height:800px;width:1260px;background:red;}
.left{height:800px;background:blue;width:200px;position:absolute;left:0;top:100px;}
.right{height:800px;background:pink;margin-left:220px;}
.foot{height:100px;background:yellow;}</style>
.top{width:100%;background:#ccc;}
.main{width:100%;background:red;height:300px;position:relative;}
.left{ width:200px;position:absolute;left:0px;top:0px;background:blue;height:300px}
.right{width:100%;margin-left:210px;background:#f25;height:300px}
.foot{width:100%;clear:both;background:yellow;}
.main{width:100%;background:red;height:300px;position:relative;}
.left{ width:200px;position:absolute;left:0px;top:0px;background:blue;height:300px}
.right{width:100%;margin-left:210px;background:#f25;height:300px}
.foot{width:100%;clear:both;background:yellow;}
.top{height:100px;background:gray;}
.main{height:600px;position:relative;}
.left{width:200px;position:absolute;background:blue;height:100%;border-right:10px solid red;}
.right{position:absolute;left:210px;height:100%;background:green;width:100%}
.foot{background:orange;height:100px;}
.main{height:600px;position:relative;}
.left{width:200px;position:absolute;background:blue;height:100%;border-right:10px solid red;}
.right{position:absolute;left:210px;height:100%;background:green;width:100%}
.foot{background:orange;height:100px;}