Thread: css link text
View Single Post
Old 27-03-2003, 11:08   #1 (permalink)
Prole
Right turn, Clyde
 
Prole's Avatar
 
Join Date: Mar 2003
Posts: 371
css link text

wondering if anyone could help me on this...
i've seen it done before but can't remember where.

i am using CSS for the links on a corporate site. at the top, the links are white and goto yellow when rolled over.
this is the code:

A:Link {text-decoration: none; color: #ffffff; }
A:Hover {text-decoration: none; color: #ffcc33; }
A:Visited {text-decoration: none; color: #ffffff; }
A:Active {text-decoration: none; color: #ffffff; }

now, the problem is that elsewhere in the site, if i use white for the links they won't be seen, so i'd like them to be another colour elsewhere?
how would i do this tho??
any help would be much appreciated.
cheers!
__________________
everything was great til i got here
  Reply With Quote