Divs with different proportion - Mosaic View

Divs with different proportion - Mosaic View

Hello!

First, sorry about the english, but is not my native language.

Here's de deal: I would like to do a mosaic view with jquery, php and mysql, let's say that it would be 16 results per page:

....
....
....
....

But the results would be nested in divs with different proportions(let's say that each dot is 1x1), 2x1, 1x2 and 2x2. I would like to reorganize it in a way that i did'nt get any layout errors.

I found some references like:


1)  http://jquerymosaicgallery.com/jmg_demos/one_down_two_up.html (this one does'nt have 2x2 and 2x1 proportions, but i'm testing it right now)

2) http://www.diesel.com (this one is flash based, so it's kind of tricky to work with since i'm not a flash fan)


Any Ideas?