I'm trying to get my divs to flow top-to-bottom, but upon reaching the bottom of the window, overflow new divs to the right. See template layout: http://i.imgur.com/nknD0.png
I've tried css/javascript combinations of... white-space:nowrap, display: inline, display: table, float:left, and others but can't seem to get it working like in the diagram.
overflow-x: auto; overflow-y: hidden;but that didn't seem to fix it. I'll keep investigating... – arcoraven Jul 5 '11 at 18:59totalWidthof all the boxes and setting thediv#containerwidth tototalWidthat the end, which seems to accomplish the layout I'm looking for. And sure, make it an answer. – arcoraven Jul 6 '11 at 17:01