![]() |
CSS Gurus Help!
<style TYPE="text/css">
<!-- body {bgcolor=#000000; font-size:10pt; color: #ffffff; font-family: Arial, Helvetica, sans-serif} td {font-size:16pt; color: #ffffff; font-family: Arial, Helvetica, sans-serif} A:link {text-decoration: none; color: #ffffff;} A:visited {text-decoration: none; color: #C4CB0E;} A:active {text-decoration: underline; color: #C4CB0E;} A:hover {text-decoration: underline; color: #C4CB0E;} --></style> Im using that CSS on my site, so ALL visited links are #C4CB0E Bu I don't want all visited links to be #C4CB0E For example I want: visited Link1 to be: #C4CB0E visited Link2 to be: #FFFFFF How do I make that possible with CSS?? :upsidedow |
Change it to #ffffff
|
Quote:
|
a.link2:visited {text-decoration: none; color: #ffffff;}
<a class="link2" href="domain.com">link text</a> adding .link2 or any name creates a class, which can then be activated in individual tags with class="link2." Hope this helps. |
Quote:
.linkstyle1 a, .linkstyle1 a:link, .linkstyle1 a:visited { color: #000099; } .linkstyle1 a:hover { color: #000000; } (adjust colors to whatever) and span them on the acutal page. |
Exactly viki :thumbsup
|
What he said.
|
Quote:
Good answer. And if doesn't work this way, try this : <a href="domain.com"><span class="link2">Llink text</span></a> :thumbsup |
GREAT
Thanks to everyone!!! |
All times are GMT -7. The time now is 03:19 PM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123