1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Need quick CSS help 30 seconds or so :P

Discussion in 'CSS' started by itzCarlin, Nov 4, 2007.

  1. #1
    the link is www.quickadder.com

    how do i make the links at the top of the page (home learn more get featured referral code) #99FF72 (light green), i looked thru the CSS but I have no absolute clue on how to do it. I resorted to changing random numbers, but that still didn't work :p
     
    itzCarlin, Nov 4, 2007 IP
  2. jBud

    jBud Peon

    Messages:
    387
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Look at:
    #links a:link { color: #99FF722; text-decoration: none; }
    #links a:visited { color: #555555; text-decoration: none; }
    #links a:active { color: #555555; text-decoration: none; }
    #links a:hover { color: #46B7EF; text-decoration: none; }
    Code (markup):
    Make It:
    #links a { color: #99FF722; text-decoration: none; }
    #links a:link { color: #99FF722; text-decoration: none; }
    #links a:visited { color: #99FF72; text-decoration: none; }
    #links a:active { color: #99FF72; text-decoration: none; }
    #links a:hover { color: #46B7EF; text-decoration: none; }
    Code (markup):
     
    jBud, Nov 4, 2007 IP
    itzCarlin likes this.
  3. itzCarlin

    itzCarlin Active Member

    Messages:
    849
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    60
    #3
    thanks , rep added
     
    itzCarlin, Nov 4, 2007 IP