|
I'm wondering if it's possible to create a table using divs such that it organizes itself evenly based on the dimensions of the browser
example:
[] - represents a div cell
I - represents browser window edge
you program the table so on a really really wide screen you see this
I[][][][][][][][][]I
and when you make the screen smaller, instead of a scrollbar the cells reorganize into this
I[][][]I
I[][][]I
I[][][]I
Thanks!
is this possible?
|