Web Analytics Made Easy -
StatCounter how to center top navigation bar? - CodingForum

Announcement

Collapse
No announcement yet.

how to center top navigation bar?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • how to center top navigation bar?

    Hey I can't seem how to figure out how to put this bar in the center http://www.dynamicdrive.com/dynamicindex1/topnavbar.htm I tried putting into a table and centering it by itself. I know there's a moveto function but it wont work when I put center in it and I need to have it centered because I have the website so it can be in any screen resolution. If anyone has any ideas please post

  • #2
    Did you try uncommenting this line:
    //uncomment below line to center the menu (valid values are "left", "center", and "right"
    //myNavBar1.setAlign("center")

    Remove what is highlighted in red.

    .....Willy

    Comment


    • #3
      Yup tried it already it centers the buttons but not the menu itself

      Comment

      Working...
      X