Den här webbplatsen har begränsad funktionalitet medan vi utför underhåll för att förbättra din upplevelse. Om en artikel inte löser ditt problem och du vill ställa en fråga har vi vår gemenskap som väntar på att hjälpa dig på @FirefoxSupport på Twitter, /r/firefox på Reddit.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 2 svar
  • 11 har detta problem
  • 2 visningar
  • Senaste svar av 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!!

Alla svar (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 ?