djr33
04-11-2008, 12:56 AM
I'm not sure this is even really possible without a lot of Javascript.
I'm pondering how to create a fluid layout in which there are [things] displayed vertically in a column, descending. Depending on the width of the page (if possible, or maybe just at a set number-- say 3), these items are divided.
For a visual, here's a rough version of the layout:
a|d|g
b|e|h
c|f|i
The idea is that they dynamically slide around, or at least do in the first place.
Now, I know I could do this with PHP when the information is gathered from the database, but that seems like it won't fully use the space (why I'd like it to be adjustable.)
So, the real question I have also is more complex-- these aren't just images, or something else that slides around properly. These are lines of text.
I'm creating a dictionary, and I want one word per line, in columns, distributed across the page.
So it will look like:
aardvark: an animal
about: related to
accordion: musical instrument
etc.
Then each will be distributed to the proper column.
Anyway, I'll just start doing this with PHP and adjusting them into 3 columns. But if someone has an idea how to properly slide all of these around, that would be great.
I'm pondering how to create a fluid layout in which there are [things] displayed vertically in a column, descending. Depending on the width of the page (if possible, or maybe just at a set number-- say 3), these items are divided.
For a visual, here's a rough version of the layout:
a|d|g
b|e|h
c|f|i
The idea is that they dynamically slide around, or at least do in the first place.
Now, I know I could do this with PHP when the information is gathered from the database, but that seems like it won't fully use the space (why I'd like it to be adjustable.)
So, the real question I have also is more complex-- these aren't just images, or something else that slides around properly. These are lines of text.
I'm creating a dictionary, and I want one word per line, in columns, distributed across the page.
So it will look like:
aardvark: an animal
about: related to
accordion: musical instrument
etc.
Then each will be distributed to the proper column.
Anyway, I'll just start doing this with PHP and adjusting them into 3 columns. But if someone has an idea how to properly slide all of these around, that would be great.