Question

Given a large dynamically growing list of things in alphabetical order, I want to have them all listed in 3 columns. For example:

enter image description here

Is there any way in CSS to have 3 equal height columns for lists like these where the count of items in each heading are not known?

A fluid column display where I don't need to program a way to calculate how many should be in each column etc.

Thanks for any help!

Was it helpful?

Solution

You need CSS3 rules from this web page

OTHER TIPS

You can download blueprint css. You have to learn about it a bit before it becomes helpful but it's worth it.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top