I currently have a bunch of inline-block divs stacked up horizontally. When the container is full, they spill over nicely into the next row:

Is it possible to do the same thing vertically, without changing the HTML?

To generate this picture, I had to move each column into a container div. I can't modify the source HTML, so this isn't an option.