Home › Forums › CSS › Mutli Column List › Re: Mutli Column List
January 7, 2013 at 12:31 pm
#120115
Participant
You can in CSS, if you don’t mind that it goes like:
1 2
3 4
5 6
li {display:inline-block; width:50%;}
Floats etc can be used too. If that’s no good, google on ‘jquery list columns’ will return several plugins, such as Easy List Splitter: http://www.madeincima.it/en/articles/resources-and-tools/easy-list-splitter-plugin/
However, I am unable to find any that will align all items bottom when it’s an odd number, not even any of the Masonry special layouts.