.top{height:50px;background:#000000;}
.main{height:600px;background:#FB070B;}
.left{height:600px;width:200px;float:left;background:#0603F3;}
.right{width:100%;height:600px;background:green;position:absolute;left:210px;top:50px;}
.foot{height:50px;background:#000000;}
.main{height:600px;background:#FB070B;}
.left{height:600px;width:200px;float:left;background:#0603F3;}
.right{width:100%;height:600px;background:green;position:absolute;left:210px;top:50px;}
.foot{height:50px;background:#000000;}
浏览器加载html页面是从上到下一行一行的下载和渲染的。
.top{height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.right{height:500px; background:lightgreen; position:absolute; left:210px; width:100%;}
.left{width:200px; height:500px; background:blue;}
.foot{height:50px; background:orange;}
.top{height:100px; background:#ccc;}
.main{height:500px; background:red; position:relative;}
.right{height:500px; background:lightgreen; position:absolute; left:210px; width:100%;}
.left{width:200px; height:500px; background:blue;}
.foot{height:50px; background:orange;}