Results 1 to 2 of 2

Thread: .li CSS

  1. #1

    Default .li CSS

    Hi.

    I want my links to look like this LINK instead of LINK, and when hovering ,for them to be LINK.
    My current CSS code is:
    Code:
    }
    a:link {color: #99FF00; text-decoration: none; }
    a:visited {color: #99FF00; text-decoration: none; }
    a:hover {color: #99FF00; text-decoration: none; font-weight: bold;}
    .tableContent {
      padding-left: 10px;
      padding-right: 10px;
    }
    But my links hover and displaying show as LINK.
    Can anyone reccomend how to fix this?

    Thanks

    (Would +rep, but rep power is 0. Sorry!)

    TML

    EDIT

    The code i'm wrapping around my links is:
    Code:
    <td><div align="center"><a href="index.html" class="li">Home</a></div></td>
    Last edited by Thai-Man-Land; 10-08-2008 at 07:05 PM.

  2. #2

    Default

    Could someon help me please?

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •