Forum Moderators: not2easy
A:link {color:#4682B4; text-decoration:none}
A:active {color:#4682B4; text-decoration: none}
A:hover {color:white; text-decoration: none; font-weight:bold; background:#4682b4}
A:visited {color:#4682B4; text-decoration: none}
As you can see, all my links are this blue colour except for when it's in hover mode. Everything works except that in hover mode, the link text colour doesn't change to white. It stays the blue colour and with the link background being blue as well, it's just one big blue rectangle.
If anyone has any help/suggestions on how I can get the code working properly, I'd appreciate it. Thanks!