Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Multi-level Dropdown Menu

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #22933
    al_m473
    Participant
    Code:






    I have built a multi-level dropdown menu using this example from the CSS Tricks article (June 24, 2008)
    Dropdown Menu: Start with CSS, Improve with jQuery.

    How do I center the navigation buttons?

    I can center them with padding-left on the ID menu but this may not be the best way to do it, I don’t know.
    Trying to center them by setting id:menu to "text-align: center;" or "margin: 0 auto;" does not seem to
    work. One of the side effects of trying to use "text-align: center;" is that the words in the dropdowns are
    centered and this I do not want.

    I have tested this page in IE7 and FF2 and have dropped the links to the jQuery and js files to increase
    the portability of the code, these seem to only apply if using IE6 and should have no bearing on the
    question of how to center the navigation buttons.

    Al

Viewing 1 post (of 1 total)
  • The forum ‘CSS’ is closed to new topics and replies.