If I'm understanding correctly, you want each item in your menu to
have the same dimensions. You would just need to add height and width
then. Such as...

#nav-menu a {display:block; height:30px; width:60px;}

If you want them to grow with changes in browser text settings than
you would size then using ems or percentages. If your navigation isn't
using any pop-up or drop-down menus, then you generally don't need
JavaScript unless you're doing something out of the ordinary.
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to