Horizontal list using float
July 24, 2009
Using float left is a popular way to make a list horizontal. It tends to have less problems then the alternative, which is using display: inline.
li{ float: left; margin-right: 20px; list-style: none; }
Learn how to write custom Drupal modules
Does Drupal module development make your head explode and drive you crazy?
Why not learn from someone who has paved the way instead?
Sign up to Master Drupal 7 Module Development.
I am
Post new comment