.top{height:100px;background-color:#ccc;}
.main{height: 400px;background-color:red;position:relative;}
.left{ width:200px;height:100%;background-color:blue;}
.right{width:100%;height:100%;background-color:green;margin-left:210px;position:absolute;}
.foot{height: 50px;background-color:orange;}
.main{height: 400px;background-color:red;position:relative;}
.left{ width:200px;height:100%;background-color:blue;}
.right{width:100%;height:100%;background-color:green;margin-left:210px;position:absolute;}
.foot{height: 50px;background-color:orange;}
.top{width: 100%;height:100px;background: #CCC;}
.main{width: 100%;height: 600px;background: red;}
.left{width: 19%;height: 100%;float: left;background: yellow;}
.right{width:79%;height: 100%;float: right;background: green;}
.foot{width: 100%;height: 100px;background: #F63;}
编译器上打的 有错请指出 谢谢
.main{width: 100%;height: 600px;background: red;}
.left{width: 19%;height: 100%;float: left;background: yellow;}
.right{width:79%;height: 100%;float: right;background: green;}
.foot{width: 100%;height: 100px;background: #F63;}
编译器上打的 有错请指出 谢谢