Firefox Settings

Snitz™ Forums 2000
https://forum.snitz.com/forumTopic/Posts/70897?pagenum=1
05 November 2025, 02:10

Topic


Carefree
Firefox Settings
11 February 2015, 15:26


Due to Mozilla's acronym text-decoration setting, some combination of mods will result in a dotted line decoration beneath links which incorporate acronyms or titles. The fix for that is below. "inc_header.asp"
Code:

Look for the following line (appx 266):

"a:active {color:" & strActiveLinkColor & ";text-decoration:" & strActiveTextDecoration & "}" & vbNewLine & _


Beneath that, insert this:

".abbr[title], acronym[title] {border-bottom-width: 0;}" & vbNewLine & _

 

Replies ...


Maxime
12 February 2015, 00:30


Hello Carefree,

As I use Firefox, I installed and you said this feature. Thank you very much and good day.
© 2000-2021 Snitz™ Communications