.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;}
麻烦自己审好题再看好吗?右自适应
已采纳回答 / 吾以青春赌未来
任务3:要求右侧(right)先加载,左侧(left)后加载所以应该给left添加样式:position:absolute;left:0;top:100px;这样的话就可以了
2016-08-22
直接把第九行的widtn改小点就好了,,其他人说的都是什么鬼。。造成无法显示原因就是宽度设置太大了,比如说宽度占了整个页面怎么居中都没用啊