-
horizontal <li>
Hey everyone,
Is it possible to have the items of a list appearing next to eachother instead of under eachother ?
Code:
<ul>
<li></li>
</ul>
I tried to work with "display:inline;", but it doesn't do the trick.
Thanks for helping out !
-
-
For horizontal effect that is the correct way to do it - it should work.
Example:
#navbar ul li {
display: inline;
}
see:
http://www.w3schools.com/cssref/tryi...display_inline
-
The Following User Says Thank You to FrankieL For This Useful Post:
-
Then there must be an error somewhere else.
Thanks Frankie.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks