View Single Post
Old 2007-01-10, 04:00 PM   #17
Licker4U
Mean people suck, nice people swallow, are you mean or nice?
 
Licker4U's Avatar
 
Join Date: Sep 2003
Location: Lower Alabama-The Redneck Riviera
Posts: 2,377
Send a message via ICQ to Licker4U Send a message via AIM to Licker4U
Quote:
Originally Posted by dareutwo View Post
A:link {
color: #fffc29;
text-decoration: none;
}
A:visited {
color: #fffc29;
text-decoration: none;
}
A:hover {
color: #fffc29;
text-decoration: underline
}
OK, that works, and if I have CSS that spells out a text color for a specific ahref that's a different color, that takes precedence over theA: link, visited, hover's color.

Thanks again Dare
Licker4U is offline   Reply With Quote