There\'s a similar question here with no real answer: CSS columns bug — 5 column count only showing 4 (with images)
I\'m using column-count to display e
column-count
here work example, but with image wrap element.
.wrap { -webkit-columns: 4 auto; -moz-columns: 4 auto; columns: 4 auto; } .wrap .img { display: block; margin: 0 0 10px; line-height: 0px; }
If change line-height then error there again.
http://jsfiddle.net/NY2Zx/4/