我在双栏系统中使用 Masonry ,但Safari没有读取文章的高度。
Firefox(28.0)和Chrome(34.0.1847.131)显示完美但Safari 7.0.3(9537.75.14)反而sovvrappone文章,因为他们不理解属性height: auto;
article{
margin:0 0 20px 0;
padding:0 0 20px 0;
width:340px;
float:left;
background:#fff;
display:block;
height:auto;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
我该怎么办?