Hi all,
I've seen it done before using jQuery but I cant remember what its called.
Bascially, you have a bunch of divs of differing heights and widths, yet they all sit next to each other, no gaps inbetween like you do when you float div's all to the left, eventually when they go to a new row, whichever div is the heighest, then the next row starts below that, but this javascript technique allows the boxes to fill the gaps, so theres no visible defining rows.
Does that make sense? What is this called?
Thanks :)