• Please see my partial build at http://www.bobtema.com/staging/

    I don’t understand how to control the active or current state of navigation. I want navigation links to have the same background style when you click on it, but just have the color of the text change. Right now, when you click on a link the background treatment goes away and it’s just a text link.

    Please advise

Viewing 1 replies (of 1 total)
  • Change:

    .menu li a:link, #mainMenu li a:visited {
    -moz-border-radius:10px 10px 10px 10px;
    background-color:#E96F35;
    border:medium none;
    color:#CEF3FC;
    display:block;
    font-family:"Trebuchet MS",sans-serif;
    line-height:25px;
    margin-right:10px;
    padding:0 15px;
    text-decoration:none;
    }

    to:

    .menu li a:link, .menu li a:visited {
    -moz-border-radius:10px 10px 10px 10px;
    background-color:#E96F35;
    border:medium none;
    color:#CEF3FC;
    display:block;
    font-family:"Trebuchet MS",sans-serif;
    line-height:25px;
    margin-right:10px;
    padding:0 15px;
    text-decoration:none;
    }

    in style.css

Viewing 1 replies (of 1 total)

The topic ‘Help with navigation styling please’ is closed to new replies.