Change color of link in div

Discussion in 'CSS' started by thechasboi, Oct 20, 2006.

  1. #1
    I have this application that allows the user to change the color of the text dynamically in the div. All it does is change the style of the div. It works wonders except when there is a link in it. Is there a way I can include the links in the change of the text color with out changing my app via css.

    Thanks for the reply and help
     
    thechasboi, Oct 20, 2006 IP
  2. PinotNoir

    PinotNoir Peon

    Messages:
    505
    Likes Received:
    40
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Show us the css code.
     
    PinotNoir, Oct 20, 2006 IP
  3. rgchris

    rgchris Peon

    Messages:
    187
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    div#idname a
    {
    font-color: whatever;
    }
    Code (markup):
    Something like that?
     
    rgchris, Feb 2, 2007 IP
  4. jared

    jared Peon

    Messages:
    231
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #4
    just use "color: whatever;"

    "font-color" doesn't exist ;)

    cheers.
     
    jared, Feb 2, 2007 IP