please help! how to remove ahover?

Discussion in 'CSS' started by sandrodz, Feb 20, 2007.

  1. #1
    please follow: www.flunkme.com in the header. See the links bellow quickfinder? I gave them style:

    .college_search {
    font-family:Tahoma;
    font-size:12px;
    color: #096E98;
    }

    But I dont want it to change color on hover! How do I remove that? considering that I want to change style only for that table.
     
    sandrodz, Feb 20, 2007 IP
  2. unitedrokz

    unitedrokz Peon

    Messages:
    86
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #2
    try adding this to the .college_search class

    textdecoration:none;
     
    unitedrokz, Feb 20, 2007 IP
  3. sandrodz

    sandrodz Peon

    Messages:
    1,482
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    0
    #3
    okay, never mind, I figured it out myself :)
     
    sandrodz, Feb 20, 2007 IP