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!
__________________