Horizontal list using float

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;
}

Post new comment

The content of this field is kept private and will not be shown publicly.

Learn how to become a Drupal developer

Does Drupal development make your head explode and drive you crazy?

Why not learn from someone who has paved the way instead?

Sign up to my upcoming learning series.

Syndicate

Syndicate content

Hello!!

I am Blair Wadman and this is where I write about Drupal, PHP, CSS etc

Stuff

© Blair Wadman
2005 - 2011