Results 1 to 2 of 2

Thread: Menu Alignment?

  1. #1
    Join Date
    Apr 2007
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Menu Alignment?

    Hi, im new to CSS and was trying to intergrate the following horizontal menu on my page:

    CSS Menu

    It works fine and all, but i Can't seem to make it Center Align on my page.. Ive read the comments but they dont seem to work..

    Any ideas?

    Thanks..

  2. #2
    Join Date
    Apr 2007
    Posts
    11
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    It's because it's floated to the left. If the menu is fixed width, you can assign the ul 600 pixels, for example, and use margin: 0 auto; to center it. Other than a fixed width, there is no way to center floated items.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •