• Hi –

    Is there a way to make the links change color? I have the code in my style sheet and it’s not working – links don’t change color:

    a:link {
    text-decoration: none;
    color: #FFFFFF;
    }
    a:visited {
    text-decoration: none;
    color: #D8CFA7;
    }
    a:hover {
    text-decoration: none;
    color: #91B239;
    }
    a:active {
    text-decoration: none;
    color: #D8CFA7;
    }
    body {
    margin-top: 0px;
    }

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • I am not able to replicate your problem. I can add those styles to my stylesheet and my links start out a tan like color and when I hover over them they turn a green color.

    You probably have another style somewhere else that overrides this one. You will have to tell us the link to your site for us to see, what’s really wrong.
    Cheers,
    Anja

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Links don't change color when rollover/hover’ is closed to new replies.