In the firefox browser all of the links in the navigation block turn black when one of the links in the block have been used. How can I fix this?
http://themegarden.org/ if you click on the solarflare theme then links in the navigation block are black.

Comments

seespatz’s picture

I do have the same problem.

scrambler013’s picture

Thought I had it, however I was working in the wrong browser, I was in Epiphany. I can make it work there, but not in Firefox, if I am able to fix Firefox I will repost.

Matt.

scrambler013’s picture

OK, I have it this time. I was using epiphany not Firefox when I first thought I had the solution. However, I went back and worked with it in Firefox. I had to add in 2 chunks of code to keep the links from blending when clicked and here is what I added to my code to make it work.

#sidebar-left a:visited {
color: #1d9e20;
}
#sidebar-right a:visited {
color: #1d9e20;
}

With those to pieces of code the visited links just get a little darker but do not fade into the background when clicked. It may have something to do with a default with Firefox but am not totally sure on that.

I hope this helps,
Matt.

crispyx’s picture

Thank you, I've been fighting this thing for two weeks now.

Ron Williams’s picture

Status: Active » Closed (fixed)

This issue has been resolved in the Drupal 6 release.