php - Equalizing content between columns -


i looking optimized way of displaying dynamically generated items sorted , grouped based on initials (like image below). groups can have different number of items , therefore total number of items not known.

what best solution spread groups across columns(they should remain sorted)?

currently groups , items generated php , spread across columns(divs) contain groups , items within ul , li items.

https://www.dropbox.com/s/ub3mg3twm0eg8b6/columns.jpg

thanks in advance,

you can use css3 columns https://developer.mozilla.org/en-us/docs/web/guide/css/using_multi-column_layouts , work polyfill https://github.com/betleywhitehorne/css3multicolumn


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -