Here is my question though. If I make a horizontal list and the lists wraps to the next line, which it will, is there anyway to make the items line up vertically.
For examply, instead of it being like this:
Item1 | Another Item | More Items
Even More Items | Still Some More
I want it to look like this:
Item1 | Another Item | More Items
Even More Items | Still Some More |
Even when you use tables, the lists do not get wrapped in a fluid manner. In other words, vertical alignment will have to be hard-coded. For example, say you have 10 links: Link1 to Link10. On 1024*768, they appear in a single line, but wrap when viewed with 800*600. Even if you use tables, you will not get the flexibility of having it wrapped the way you are looking for.
Anyway, after all the balh-blah, here is a suggestion: add width {***px} in your li styles. This way, when the list gets wrapped, they will appear to be vertically aligned as well.
If this method doesn't work for you, post an example with tables, and we will try to give you a css solution.
Bookmarks