I am trying to create a layout similar to what the new Google+ layout and similar to this question (but using html).
Currently Google+ uses 1 div for each column. I am trying to see if there would be another way to do this.
Possibly the flexbox model of CSS3 would help but the compatibility level of it is ... meh.
I tried the inline-block model but going this way create rows that are not independent on each other's height.
There are existing solutions, but everything requires IE10+ or IE11+. I would need a solution that is IE7+ compatible. I don't see anything beside the div per column.
Has anybody had the occasion of doing something similar?