最新回答 / 挨踢大神
footer{width:auto; height:50px; background:#9F9; clear:both;}width值要设置成auto才是自适应浏览器宽度。而不是100%。
2016-09-15
.top{width:100%;height:80px;background-color:gray;}
.main{width:100%;height:500px;background-color:red;}
.left{ width:200px;height:500px;background-color:blue;float:left;}
.right{height:500px;background-color:green;position:absolute;left:210px;right:0px;}
.main{width:100%;height:500px;background-color:red;}
.left{ width:200px;height:500px;background-color:blue;float:left;}
.right{height:500px;background-color:green;position:absolute;left:210px;right:0px;}
.top{height:80px; width:500px; background:#ccc;}
.main{height:300px; width:500px;background:#f00;}
.left{height:300px; width:130px;background:#00f;float:left;}
.right{height:300px; width:360px;background:#9c9;float:right;}
.foot{height:40px; width:500px; background:#f63;}
.main{height:300px; width:500px;background:#f00;}
.left{height:300px; width:130px;background:#00f;float:left;}
.right{height:300px; width:360px;background:#9c9;float:right;}
.foot{height:40px; width:500px; background:#f63;}
用代码 position:absolute; 替换【任务1】
用代码 margin:0 310px 0 210px; 替换【任务2】
用代码 right:0;top:0; 替换【任务3】
用代码 margin:0 310px 0 210px; 替换【任务2】
用代码 right:0;top:0; 替换【任务3】
.head,.main{ width:960px; margin:0 auto}
.left{ width:220px; height:600px; background:#ccc; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right}
.footer{ height:50px; background:#9F9; clear:both}
.left{ width:220px; height:600px; background:#ccc; float:left}
.r_sub_right{ width:200px; height:600px; background:#9FC; float:right}
.footer{ height:50px; background:#9F9; clear:both}
最赞回答 / 慕粉1473412646
.right{height:800px;background:green;position:absolute;left:210px;right:0;}
2016-09-14
.left{ width:200px; height:600px; background:#ccc;position:absolute; left:0; top:0}
.main{ height:600px;background:#9CF;margin:0 210px 0 310px;}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}
.main{ height:600px;background:#9CF;margin:0 210px 0 310px;}
.right{ height:600px; width:300px; position:absolute; top:0; right:0; background:#FCC;}