So I have table with only two, long-ish columns. I want the display the table in a way that creates “meta”-columns from the regular columns. In other words, if the table is more than five rows long, I want the next five rows to be displayed next to the right of the first rows and so on.
I’ve been searching around but since I’m new to CSS, I’m not exactly sure of the terminology. I’m sure people have had to deal with this before. Thanks!
Check this out: http://slides.html5rocks.com/#css-columns
Is this what you are trying to do?