Floating divs with different heights are stucked while wrapping
You can use display:inline-table for this. Write like this:
.clz{
display:inline-table;
}
Check this http://jsfiddle.net/eGawU/13/
It's till IE8 & above
You can use display:inline-table for this. Write like this:
.clz{
display:inline-table;
}
Check this http://jsfiddle.net/eGawU/13/
It's till IE8 & above