I’ve been looking for a way to make a navigtion bar as wide as the page, and with links that are spead out evenly. I’ve looked as these two places:
http://www.w3schools.com/css/tryit.asp?filename=trycss_navbar_horizontal_float_advanced
http://www.cssnewbie.com/full-width-centered-navigation-bar/
They kind of help but do not explain evenly spread out links. They either all float to the left or the right. Any assistance with this would be very appreciated.
You have to work with percentage if I’ve understand your question.
Here a fast example:
with 4 items in list you need to set each
LIwidth to 25%, with 5 items the width will be 20% and so on…