I am trying to assign a same size (Width) to all items inside in side a CSS powered Horizontal Menu Nav. as you cab see from the linked example the “li” size is rendering based on the length of the strings inside. Now my question is how I can set a fix size for items (For example: 80px for all)?
Can you please take a look at following example:
http://jsfiddle.net/Behseini/hBDv9/
I also would like to know how I can center the Menu bar in box(div)
Thanks for your time and comments
Set the width on the “a” elements.
http://jsfiddle.net/hBDv9/2/
You can also apply text centering on the “a”, if you need that.