.top{width:100%;height:50px; background:#666}
.main{ width:100%; height:600px;}
.left{ width:200px; background:#00F;float:left; height:600px; position:absolute;left:0;top:50px;}
.right{ background:#3F0;height:600px; margin:0 0 0 200px;}
.foot{ width:auto;background:#F00}
.main{ width:100%; height:600px;}
.left{ width:200px; background:#00F;float:left; height:600px; position:absolute;left:0;top:50px;}
.right{ background:#3F0;height:600px; margin:0 0 0 200px;}
.foot{ width:auto;background:#F00}
.top{width:100%;height:80px;background:#ccc;}
.main{height:400px;background:red;}
.left{width:200px;height:400px;background:blue;position:absolute;}
.right{margin-left:210px;height:400px;background:green;position:absolute;width:100%;}
.foot{height:55px;background:#ff9933;margin-bottom:0;}
这个才完美
.main{height:400px;background:red;}
.left{width:200px;height:400px;background:blue;position:absolute;}
.right{margin-left:210px;height:400px;background:green;position:absolute;width:100%;}
.foot{height:55px;background:#ff9933;margin-bottom:0;}
这个才完美
.top{width:100%;height:80px;background:#ccc;}
.main{height:400px;background:red;}
.left{width:200px;height:400px;background:blue;position:absolute;}
.right{margin-left:210px;height:400px;background:green;position:absolute;width:85%;}
.foot{height:55px;background:#ff9933;margin-bottom:0;}
我这个完全没问题 过关
.main{height:400px;background:red;}
.left{width:200px;height:400px;background:blue;position:absolute;}
.right{margin-left:210px;height:400px;background:green;position:absolute;width:85%;}
.foot{height:55px;background:#ff9933;margin-bottom:0;}
我这个完全没问题 过关
同学们,复制评论代码时,注意单词错误以及中英文符号切换,别问我怎么知道的。正确的-->margin:0 auto;
.top{width:100%;height:50px;background:gray;}
.main{width:100;height:300px;background:red;position:relative;}
.left{ width:200px;height:300px;background:blue;position:absolute;top:0;left:0;}
.right{height:300px;background:green;margin-left:210px;}
.foot{width:100%;height:50px;background:orange;}
.main{width:100;height:300px;background:red;position:relative;}
.left{ width:200px;height:300px;background:blue;position:absolute;top:0;left:0;}
.right{height:300px;background:green;margin-left:210px;}
.foot{width:100%;height:50px;background:orange;}