Can anyone suggest a better way to align divs in a more intuitive manner? Check out this fiddle: http://jsfiddle.net/stefek99/jZB2q/
I'm considering using "get computed style" to calculate heights and then rearrange the columns, but I feel like that might be too complicated. Any simpler ideas to improve the alignment of this CSS layout?
Thank you