/ Published in: CSS
For support in Internet Explorer see the Columnize jQuery plugin:\r\nhttp://welcome.totheinter.net/columnizer-jquery-plugin/
Expand |
Embed | Plain Text
.selector { -moz-column-count: 3; -webkit-column-count: 3; -moz-column-gap: 2.5em; -webkit-column-gap: 2.5em; column-count: 3; column-gap: 2.5em; }
You need to login to post a comment.
