Im trying to set a series of in a column layout. Ive been trying with CSS3 but it cuts the elemens in half. Heres an example:
http://jsfiddle.net/zh9zq/
Is it possible to have the columns not cut certain elements in half? Thanks
Solution found:
-webkit-column-break-inside:avoid;
-moz-column-break-inside:avoid;
-o-column-break-inside:avoid;
-ms-column-break-inside:avoid;
column-break-inside:avoid;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With