S2 wrote:
How can I display a bunch of DIVs in multiple columns? Like Flex's
TileList component.

A
B
C
C
E
F
G

A B C
D E F
G

A B C D
E F G


You could use float: left;width: 33%; in the stylesheet. No need to use javascript for that (as long as your divs have a fixed height).

Jonathan

--
Jonathan Vanherpe - Tallieu & Tallieu NV - jonat...@tnt.be

Reply via email to