Can't center an ul inside a div. Tried many things

xiaopeng

New Member
The navigation bar at top contains \[code\]width: 100% height: 50px\[/code\] and is fixed positioned to the top.However, the UL tag inside is always keeps positioning itself to the left side. It should be centered. I tried so many things, like making a secondary div and giving it \[code\]margin: 0 auto\[/code\], giving
UL \[code\]margin: 0 auto\[/code\], making \[code\]left %30\[/code\] and \[code\]right %30\[/code\], \[code\]float: center\[/code\] etc.Am I missing something? What's the reason I can't position it to the center?
 
Back
Top