0

I'm not sure if this is done with javascript or css but if there is anyone out there who can be of any help....please, I sincerely appreciate it! Thanks in advance

  • 1
    Please clarify your question. Do you mean something like "I want visited links and unvisited links to render as the same color?" If so, look at "a:visited", implementation of a CSS pseudo-class. – Bob Kaufman Aug 23 '11 at 00:32

1 Answers1

0

You do this by applying CSS to the different a tag states. This resource should be helpful:

http://www.echoecho.com/csslinks.htm

aroth
  • 54,026
  • 20
  • 135
  • 176
  • Yeah, I seen this before. The site only displays hover, active, etc. but nothing for current... – Rick Gee Aug 23 '11 at 04:07
  • So what you want is to have any links that point to the current page marked in a specific color? If so I think you'd have to use a bit of JavaScript for that one. – aroth Aug 23 '11 at 04:20