Forums

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

Home Forums CSS Horizontal Navigation CENTER

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #27693
    jarc100
    Member

    I didn’t want it to start a new discussion but i’ve been looking for this topic and didn’t find anything similar to my problem, so here it is…

    i want to make a navigation menu horizontally centered but just cant make it work…
    this is what i have:

    CSS:

    ul#nav li a {
    display: block;
    width: 120px;
    float: right;
    margin-top: 207px;
    color: white;
    font-weight: bold;
    text-decoration: none;
    }
    ul#nav li a:hover, ul#nav li a:active {
    color: gray;

    HTML:



    any help? pleaseeeee!!!

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