IE& does it have a problem with rgb and link tags

Discussion in 'CSS' started by thechasboi, Dec 14, 2006.

  1. #1
    I am getting this weird problem in IE where the links are not changing color when an rgb value is used instead of hex. Any thoughts Thanks for the help
     
    thechasboi, Dec 14, 2006 IP
  2. Josh Inno

    Josh Inno Guest

    Messages:
    1,623
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #2
    It might help if you posted your code... but...

    I've never done my colors in anything but hex, so I haven't run into this problem.
     
    Josh Inno, Dec 14, 2006 IP
  3. thechasboi

    thechasboi Guest

    Messages:
    65
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i will post some code in an hour or so thanks for the reply
     
    thechasboi, Dec 14, 2006 IP
  4. Lichurec

    Lichurec Peon

    Messages:
    61
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #4
    an example would be useful, but from my experience:
    a { color:rgb(34, 153, 34); }
    a:hover { color:rgb(255, 68, 0); }
    Code (markup):
    will work in nearly any web browser (even some of those "text ones") ;]

    Kindly regards,
    L.
     
    Lichurec, Dec 16, 2006 IP