Forum Moderators: not2easy
Thanks
-Doc
The div does drop down below box 1 but it's hanging down the page as if there's some containing div for the first row (since box 3 is twice as tall as box 1). But there aren't any containing div for the rows, so it's weird.
Anyway, thanks for the help.
I had to float box 1 left and box 3 right (and user clear:left and clear:right respectively) and left box 2 unfloated. This seems to make it so that box 1 always fits right up against the one "above" it and same for 2 and 3.
The only downside to this is it gives one column the chance to be significantly longer than the other but hey if that's how it has to be then so be it.