Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

How do I get Firefox NOT to use default link color and read the CSS?

  • 2 Antworten
  • 11 haben dieses Problem
  • 2 Aufrufe
  • Letzte Antwort von cor-el

more options

I posting and testing sites using CSS externally linked. Every time I look at my sites in Firefox, the default link color shows, (active, hover, visited, etc) and everything is outlined in this color. Safari does not do this - WHAT I HAVE DONE TO FIX IT: • I have emptied the cache and reloaded • embedded a style on every page (as well as in the external CSS) a:link a:visited a:hover a:active { text-decoration: none; color: none; } No luck!!

I posting and testing sites using CSS externally linked. Every time I look at my sites in Firefox, the default link color shows, (active, hover, visited, etc) and everything is outlined in this color. Safari does not do this - WHAT I HAVE DONE TO FIX IT: • I have emptied the cache and reloaded • embedded a style on every page (as well as in the external CSS) a:link a:visited a:hover a:active { text-decoration: none; color: none; } No luck!!

Alle Antworten (2)

more options
a:link a:visited a:hover a:active { text-decoration: none; color: none; }

I just tried that and got this in the error console Warning: Expected colour but found 'none'. Error in parsing value for 'color'. Declaration dropped.

more options

Do you see any errors in the Tools > Error Console about that CSS file?

Do you see the links in the history once visited ?

Are you running Firefox in Private Browsing - Use Firefox without saving history mode ?