PDA

View Full Version : .li CSS



Thai-Man-Land
10-08-2008, 06:52 PM
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:
}
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:

<td><div align="center"><a href="index.html" class="li">Home</a></div></td>

Thai-Man-Land
11-08-2008, 12:26 PM
Could someon help me please?

Want to hide these adverts? Register an account for free!