CSS links

Out of context: Reply #2

  • Started
  • Last post
  • 8 Responses
  • ganon0

    hahaha, i read your post and thought "what a dick!"...for some reason half of my post didnt come through...the rest of my css has:

    a.work {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    color: #ff0000;
    text-decoration: line-through;}

    a.work:visited {
    color: #000000;
    text-decoration: line-through;}

    a.work:hover {
    color: #000000;
    text-decoration: none;
    background: #ffffff;}

    a.work:active {
    color: #000000;}

View thread