After meticulously configuring a basic grid of divs using float, I've encountered an issue. When expanding an item in the right-hand column, the layout shifts awkwardly.
My goal is to have boxes A and B seamlessly move up to fill the empty space, while items C-H shift up one row to maximize efficiency.
For a visual demonstration of this problem, refer to my JSFiddle: http://jsfiddle.net/VDV6S/4/
If anyone has suggestions on how to tackle this dilemma, I would greatly appreciate it.