I'm looking for a way to put DIVs inside a container (like a Table) where they start of listing downwards and when they hit the bottom of the cell, they wrap back up to the top, like this:
I'm trying to make columns with dynamic data and this would be the easiest method. Any ideas?
-----
_brian.
Code:
div1 div7
div2 div8
div3 div9
div4 div10
div5 div11
div6 div12
-------bottom--------
I'm trying to make columns with dynamic data and this would be the easiest method. Any ideas?
-----
_brian.