views:

13

answers:

1

Is it possible to create the following behavior with one or more existing JQuery plugin(s)/widget(s)... or with some other web framework?

Rectangular divs with textual content are arranged in rows (left to right) based on their sort order, and then flow to the next line if needed (top to bottom).

+1  A: 

Set float: left on each <div>.

SLaks
Gosh, that takes care of it. I didn't realize that it would be so simple.
Sean Ochoa
Then you should accept this answer.
SLaks
I tried to accept it when I left the comment... but it didn't let me.
Sean Ochoa