I\'ve got a series of dynamically created divs of varying heights in a container div.
-
2020-12-30 03:14
You should try placing each column of div's into it's own container, and float them left. For example:
etc, etc.
each column floats left against one another and each item in the columns flows vertically quite well... here's an example: http://jsfiddle.net/V6z8F/