#div3{float:center;} 设置三个块,左 中 右 但是发现左右都可以 div3居中却没反应 却和div1重叠到了左边。
float属性没有center 这个值的,你可以设置 margin:0 auto; 来让div居中
可以呀