html5 - Navigation bar to the center -


i have designed header center of page logo , links. below header have navigation menu aligned left of page. want navigation menu center of page below header.how achieve this? here code link http://codepen.io/anon/pen/ihamg/. if add margin 0 auto; menu gets collapsed.

add following:

#nav     - text-align:center;  #nav > li - display:inline-block; - *display:inline; /*ie7*/ - *zoom:1; /*ie7*/   

and remove:

#nav > li - display:inline; - float: left; 

updated, forked codepen: http://codepen.io/anon/pen/dbqzw/


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

objective c - Greedy NSProgressIndicator Allocation -

how to set an OCR language in Google Drive -