you can use the display property set to inline on the list item.
you can use the following line into your .css file to display list items horizontally
ul li{ display: inline; }
Explore posts in the same categories: CSS,
CSS2,
Design,
Tutorials,
Web 2.0
This entry was posted
on September 30, 2006 at 3:51 pm and is filed under CSS, CSS2, Design, Tutorials, Web 2.0.
You can subscribe via RSS 2.0 feed to this post's comments.
You can comment below, or link to this permanent URL from your own site.
November 21, 2007 at 5:10 pm
thanks for the GREAT post! Very useful…
September 22, 2008 at 10:53 am
nice help