I wrote a JQuery plugin that simulates a Windows 8 metro style panorama on the web, allowing users to mouse-swype between panels in the panorama.

I want the content owner to be able to create tiles of different sizes for the panorama in a SharePoint list, where they can set certain parameters.

What I'm having trouble with is when the tiles go to be rendered, if some are single width and double height, I'm going to end up with a lot of empty spaces if they aren't created in a specific order.

I'd like the be able to have a 2x3 grid, where the content owner can choose between a 1x1 and 2x1 tile size, but have the rendered grid contain no empty spaces.

Help!

link|improve this question

3  
Would this help? -- masonry.desandro.com – Blazemonger Aug 25 '11 at 17:44
It looks promising, thanks! Repost that in an answer and if it works well, we can use it and I'll mark it. – Wesley Aug 25 '11 at 18:04
feedback

1 Answer

up vote 2 down vote accepted

Take a look at http://masonry.desandro.com/ -- it's a jQuery plugin to automatically tile DIVs in a manner similar to what you're trying to do.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.