Posted by bbcrock on 01/31/06 00:07
I have several items in a UL/LI relationship. These items are nested
inside a div. I want to make the items display horizontal based on CSS
relationships only (not resorting to html tables). I read that the way
to do this is to use
display: inline;
but It's not changing the way the items display at all. Can anyone
point me to a really good description of this tag, another tag that
would move the LI items to a horizontal display or good ways to debug
CSS?
thanks!
Don
[Back to original message]
|