.top{background:gray;width:100%;}
.main{background:red;position:relative;overflow:hidden;}
.left{background:blue; width:200px;float:left;height:500px;}
.right{background:green;width:100%;position:absolute;margin-left:210px;height:500px;}
.foot{background:orange;width:100%;}
对不对
.main{background:red;position:relative;overflow:hidden;}
.left{background:blue; width:200px;float:left;height:500px;}
.right{background:green;width:100%;position:absolute;margin-left:210px;height:500px;}
.foot{background:orange;width:100%;}
对不对
.top{width:100%; height:100px; background:#DDD;}
.main{width:100%; height:600px;background:red; margin:0 210px 0 0;}
.left{ width:200px; height:600px; background:blue; float:left;}
.right{ width:85%; height:600px; background:#9D9; float:right;}
.foot{width:100%; height:60px; background:#F50;}
.main{width:100%; height:600px;background:red; margin:0 210px 0 0;}
.left{ width:200px; height:600px; background:blue; float:left;}
.right{ width:85%; height:600px; background:#9D9; float:right;}
.foot{width:100%; height:60px; background:#F50;}
div{ text-align:left; line-height:50px ;}
.main{ width:960px; height:600px; margin:0 auto; background:white;}
.left{ width:260px; height:600px; background:#ccc; float:left; margin:0 20px;}/*左浮动样式*/
.right{ width:620px; height:600px; background:pink; float:right;margin:0 1px}/*右浮动样式*/
结果图ok,但改的有点多了把。
.main{ width:960px; height:600px; margin:0 auto; background:white;}
.left{ width:260px; height:600px; background:#ccc; float:left; margin:0 20px;}/*左浮动样式*/
.right{ width:620px; height:600px; background:pink; float:right;margin:0 1px}/*右浮动样式*/
结果图ok,但改的有点多了把。
.main{ width:960px; height:600px; margin:0 auto}
.left{ width:300px; height:600px; background:#ccc;float:left;}/*左浮动样式*/
.right{ width:660px; height:600px; background:#FCC;float:right;}
好逗啊!左右的宽度都等于父标签了,中间咋会有空隙呢????
.left{ width:300px; height:600px; background:#ccc;float:left;}/*左浮动样式*/
.right{ width:660px; height:600px; background:#FCC;float:right;}
好逗啊!左右的宽度都等于父标签了,中间咋会有空隙呢????
最新回答 / 慕移动9181930
对,因为我自己的机器是WIN7,没钱买苹果的本。。其他实验室有,我主要是想体验下Swift,看是否可以入手操作是的,构造方法是必须要和类同名的,但是在其他类中使用时还是需要类名.方法名()这样使用的
2016-05-07
最赞回答 / 凉客CMC
.top{magin:0 auto;background-color:gray;}.main{width:100%;magin:0 auto;height:500px;background-color:red;}.left{width:200px;height:500px;background-color:blue;position: absolute;}.right{margin-left:210px;width:100%;height:500px;position:absolute;backgroun...
2016-05-06