Closed (fixed)
Project:
Solarflare
Version:
5.x-3.x-dev
Component:
User interface
Priority:
Critical
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
18 Sep 2007 at 18:17 UTC
Updated:
8 Aug 2009 at 01:57 UTC
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
Comment #1
seespatz commentedI do have the same problem.
Comment #2
scrambler013 commentedThought 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.
Comment #3
scrambler013 commentedOK, 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.
Comment #4
crispyx commentedThank you, I've been fighting this thing for two weeks now.
Comment #5
ron williams commentedThis issue has been resolved in the Drupal 6 release.