1:给父元素添加overflow:hidden属性
2:father:after{
content: "";
display: block;
clear: both;
}
清除浮动实用方案
原文:http://www.cnblogs.com/liujianhui/p/4613600.html