--
You received this message because you are subscribed to the Google Groups "jLayout" group.
To post to this group, send email to jla...@googlegroups.com.
To unsubscribe from this group, send email to jlayout+u...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/jlayout?hl=en.
What I meant was that I didn't completely understand your
requirements. You say you have 20 elements, how do you want them
visually laid out:
<----100%---->
[ 1, 2, 3, .... ]
or:
<----100%---->
[ 1 ]
[ 2 ]
[ 3 ]
[ .... ]
Or something completely different? Without knowing that, I can't say
whether or not my plugin can help you.
Bram
http://www.le-hiboo.com/dwl/grid-idea.jpg
It illustrates your first part, I think.
* Should the grid cells remain exactly the same size, or resize when
the browser window is resized?
* Do the cells need to retain their aspect ratio?
* If the grid cells are of fixed size or aspect ratio, what should
happen with the left over space?
Bram
p.s. have you considered a table at 100% width and height?
On Mon, Jan 3, 2011 at 11:13 AM, Rod MAURICE - Le HibOO