.top{height: 100px;background-color: #ccc;}
.main{height:800px;background-color: red;}
.left{height: 100%;width: 200px;background-color: blue;float: left;}
.right{height: 100%;width: 84%;background-color: green;float:right;}
.foot{height: 100px;width:100%;background-color: orange;}
麻烦自己审好题再看好吗?右自适应
.main{height:800px;background-color: red;}
.left{height: 100%;width: 200px;background-color: blue;float: left;}
.right{height: 100%;width: 84%;background-color: green;float:right;}
.foot{height: 100px;width:100%;background-color: orange;}
麻烦自己审好题再看好吗?右自适应
直接把第九行的widtn改小点就好了,,其他人说的都是什么鬼。。造成无法显示原因就是宽度设置太大了,比如说宽度占了整个页面怎么居中都没用啊
.top{height:60px;margin:0 auto;background-color:gray;}
.main{height:400px;margin:0 auto;background-color:red;}
.left{height: 400px; float: left;width: 200px; background-color:blue;}
.right{height:400px; margin-left: 210px; width:100%; position: absolute;background-color: green;}
.main{height:400px;margin:0 auto;background-color:red;}
.left{height: 400px; float: left;width: 200px; background-color:blue;}
.right{height:400px; margin-left: 210px; width:100%; position: absolute;background-color: green;}