Here is an example grid-view:

Also another example from TED.com

Any ideas on how I can continue implementing such a dynamic grid in CSS?
I suppose this may have something to do with splitting the window in units created using float: left, and each element will have a border if it is on the border of the boxes.
Help would be greatly appreciated =)
source
share