I\'m trying to center my css dropdown menu, but I can\'t seen to get it to work! I\'ve tried adding text-align: center and margin-left: auto; margin-right: auto, but all tha
Well, here's one way to do it, you can put a div container around the menu...
#menuContainer{margin: auto;}