中间空隙???
.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;}好逗啊!左右的宽度都等于父标签了,中间咋会有空隙呢????
.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;}好逗啊!左右的宽度都等于父标签了,中间咋会有空隙呢????
2016-05-07
举报