Join us to show up for other Firefox users 🦊. Earn fun badges and Mozilla swag vouchers! Find out more: https://mzl.la/askafox150

Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Rechercher dans l’assistance

Évitez les escroqueries à l’assistance. Nous ne vous demanderons jamais d’appeler ou d’envoyer un SMS à un numéro de téléphone ou de partager des informations personnelles. Veuillez signaler toute activité suspecte en utilisant l’option « Signaler un abus ».

En savoir plus

How do i get rid of the dotted line around flash objects and links?

  • 8 réponses
  • 5 ont ce problème
  • 75 vues
  • Dernière réponse par renman3000
  • Résolu

I'm trying to remove the dotted line around flash objects and links in Firefox 16.01, but I don't know how to find Firefox's CSS or what would work to do so. Setting the ring value to 0 in about:config didn't work.

I'm trying to remove the dotted line around flash objects and links in Firefox 16.01, but I don't know how to find Firefox's CSS or what would work to do so. Setting the ring value to 0 in about:config didn't work.

Solution choisie

please make sure that you change the _width preference, not _style.

Lire cette réponse dans son contexte 👍 4

Toutes les réponses (8)

I am seeing that happening only if I click on a link in some way, and the outline disappears if I click elsewhere on the page.

hello lalalei2001, you can try the following - enter about:config into the firefox location bar (confirm the info message in case it shows up) & search for the preference named browser.display.focus_ring_width. double-click and set that entry to 0, then the dots around a focused object should no longer appear.

http://kb.mozillazine.org/Browser.display.focus_ring_width

I tried that, it made the dots turn into a line.

Solution choisie

please make sure that you change the _width preference, not _style.

Thank you; that worked!

It's back again D:

Try to add code like this to the userContent.css file.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


object, embed, a:link, a:visited { outline:0 !important; }

Hi there, I am unlcear as to what script and file I need to access in order to correct this. Right now, my website contains a single HTML and swf file.


Any help?