Hello.
I managed to place few DIVs, one below another in container DIV.
The container DIV has fixed height (about the height of 2 inner DIVs).
The problem is that the inner DIVs are drawn, in one "column", down and out of the container.
How can I make them start new "column" when reaching the height of the container?
Thanks.