最新回答 / Cassiel422
.foot{ width:800px; height: 100px; background-color: #900; margin:0 auto; clear: both;}
2015-11-13
.top{background-color:#ccc;height:50px;}
.main{background-color:red;margin:0 auto;position:relative;}
.left{position:absolute;top:0px; background-color:blue;width:200px;}
.right{ background-color:#9d9;margin-left:210px;}
.foot{background-color:#F63;clear:both;}
我认为这样才是正确,@卢雨曦 的width:100%看上去正确。实际上可拖动
.main{background-color:red;margin:0 auto;position:relative;}
.left{position:absolute;top:0px; background-color:blue;width:200px;}
.right{ background-color:#9d9;margin-left:210px;}
.foot{background-color:#F63;clear:both;}
我认为这样才是正确,@卢雨曦 的width:100%看上去正确。实际上可拖动
.top{background-color:#ccc;height:100px;}
.main{background-color:red;height:600px;margin:0 auto;}
.left{ background-color:blue;height:600px;width:200px;}
.right{background-color:#9d9;height:600px;position:absolute;left:210px;width:100%;}
.foot{background-color:#F63;height:50px;}
.main{background-color:red;height:600px;margin:0 auto;}
.left{ background-color:blue;height:600px;width:200px;}
.right{background-color:#9d9;height:600px;position:absolute;left:210px;width:100%;}
.foot{background-color:#F63;height:50px;}