From my understanding, float elements typically behave in this way.
They fill the entire space from left to right, which is expected. My question is how can we achieve this behavior?
The float element would first fill up the bottom part of the first column space before moving on to fill the second column.
Code example: http://jsfiddle.net/EwqYW/
Thank you.