View Single Post
  #7 (permalink)  
Old Aug 15th, 2006, 08:40
Ryan Fait's Avatar
Ryan Fait Ryan Fait is offline
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
Re: alignment problems

I know what you mean. Something like this should do the trick I think:

Code: Select all
    #header ul {
        margin: 28px 0 0 0;
        padding: 0;
        list-style-type: none;
    }
    #header li {
        padding: 0 10px 0 0;
        font: 14px arial,sans-serif;
        display: inline;
    }
What I changed is beginner's CSS, you should be able to do that!
Reply With Quote