Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Μάθετε περισσότερα

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

  • 8 απαντήσεις
  • 5 έχουν αυτό το πρόβλημα
  • 3 προβολές
  • Τελευταία απάντηση από renman3000

more options

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.

Επιλεγμένη λύση

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

Ανάγνωση απάντησης σε πλαίσιο 👍 4

Όλες οι απαντήσεις (8)

more options

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.

more options

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

more options

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

more options

Επιλεγμένη λύση

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

more options

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; }
more options

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?