Check out this grid-view example:
Another interesting example from TED.com
Can anyone share tips on creating a dynamic grid in CSS?
I think it involves dividing the container into units with float:left, and each unit having borders if they are adjacent.
Any assistance would be greatly welcomed =)