Jump to content

Recommended Posts

Posted (edited)

#menu { width: 80%; margin: 0 auto; }
#menu ul { }
#menu ul li { float: right; display: block; text-decoration: none; }

 

untested, but might work.

cssplay.co.uk have some excellent horizontal nav menus.

Edited by jlhaslip
Posted (edited)

Little Tip: And not many know this (look at everyone's tutorials - you'll see that they don't). When you float something, or position it absolutely, that makes it display:block already. So no need to specify it. :)

 

{ visibility: inherit; } Testing

 

  • Hello1
  • Hello2

Edited by Eric

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...