I'm trying to create a horizontal list, with little success. This is what I'm trying to accomplish; An Unordered List that lists horizontally, not vertically like standard behaviour. I've drawn a picture to illustrate what I'm after, and to compensate my poor explanatory skills:
Image removed
I have tried to use inline on the LI's, but with no success. I need to be able to set the List Items, or "boxes'" width and height, and that doesn't work for me when using inline. I have also tried to float the LI's, but then the container doesn't strech all the way down to the footer.
The "Container" is a div, with no set height, and should strech as far down as the List Items go. I might need to add more "boxes" later on, so I don't want to specify the height. The "Container" only contains this UL, and nothing else.
This is probably something simple, but I can't figure it out. I really appreciate any help.





Bookmarks