I have a "dashboard" type layout in which I have two columns of differing heights. I have a third item that I would like to add to whichever is the shortest column (see attached screenshot).
In the first example, column 1 is shorter, so we add item 3 below that, but if column 2 is shorter it should be there.
I thought I should use floats, however it doesn't run right.
Can someone please enlighten me?