
|  |      1best1a      2013-03-31 18:51:09 +08:00  1 | 
|  |      2zetttt      2013-03-31 18:59:35 +08:00  1 就是简单的浮动问题 给.a 加个 float:left 就好了 | 
|  |      3shpasspass OP @best1a 原来还有这么一说。hoho | 
|  |      4shpasspass OP @zetttt 原来还可以这样,hoho | 
|  |      5emric      2013-03-31 19:19:39 +08:00  1 LS说对了,这个属于边距重叠的问题. 给父元素设置overflow:hidden,就OK/ 还有几种方法: http://www.benben.cc/blog/?p=98 参考&文档: http://www.w3.org/TR/CSS21/box.html#collapsing-margins |