-
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..
-
-
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.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks