Horizontal list using display inline
July 24, 2009
Setting the display property to inline is an alternative to setting the float property to left.
li{ display: inline; 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