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:
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?