-
-
Ominous Wanderer
Tech Admin
a:visited {} is the CSS for visited links. Something like this should work:
.class1 A:link {text-decoration: none}
.class1 A:visited {text-decoration: none}
.class1 A:active {text-decoration: none}
.class1 A:hover {text-decoration: underline; color: red;}
-
-
I think as long as you do the include for text/style-css (correct me if I'm wrong, I'm also very new to CSS), then you can just do inline functions on a per-link basis. I don't know the exact syntax, but putting the a:visited as something different in an inline style on the link itself should change it.
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules