Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

I'm designing a webpage...The color blue shows up red or orange in Firefox...how can I fix that?

  • 5 respostas
  • 7 têm este problema
  • 1 visualização
  • Última resposta de ambrose

more options

I've tried websafe colors that show up fine in IE, but seem to be the reverse in Firefox. For example: Blue #0066FF is orange in Firefox.

I've tried websafe colors that show up fine in IE, but seem to be the reverse in Firefox. For example: Blue #0066FF is orange in Firefox.

Todas as respostas (5)

more options

Can you post a link or if not then a code fragment that is causing this for you?

Are you using a red or orange color on other parts of the page?
Did you check the Tools > Error Console for CSS errors?


Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.

  1. Shockwave Flash 10.1 r82
  2. Next Generation Java Plug-in 1.6.0_15 for Mozilla browsers

Update the Flash plugin to the latest version.

Update the Java plugin to the latest version.

Alterado por cor-el em

more options

Thank you for responding so quickly...

Here is a link to our website: http://www.clientinteraction.com/ The page titles ('About Us,' 'Services,' etc.) are supposed to be 'red' (#c2131e -- I've tried several different web safe reds) and they look fine in IE. The reverse happens when I try to use any shade of blue . . . it turns out red/orange in Firefox. This happens everywhere I use these font colors.

I downloaded all the updates and plug-ins you suggested, but it did not make any difference.

Anything else I can try?

THANKS!!!

more options
more options

Looks OK here according to the current CSS rules (white text / blue background)

.lnk-NavInactive2 {FONT-SIZE: 11px; COLOR: #FFFFFF; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
.lnk-NavActive2 {FONT-SIZE: 11px; COLOR: #ffffff; TEXT-DECORATION: none; FONT-WEIGHT: bold;}
.lnk-NavTabActive2 {background-color: #00459f; background-image: url(/images/store/templates/004/bkg_button_gradient.png);}
.lnk-NavTabInactive2 {background-color: #79a4ff; background-image: url(/images/store/templates/004/bkg_button_gradient.png);}
<TABLE cellspacing="0" cellpadding="0" width="100%">
<TR>
<TD><IMG src="/images/store/templates/common/spacer.gif" width="1" height="22"></TD>
<TD nowrap><DIV align="center"><B><a href="/Certified-On-Demand-Business-Software-Provider-NetSuite-SugarCRM-SAP-ByDesign" class='lnk-NavInactive2' onMouseout="this.className='lnk-NavInactive2'; tab9.className='lnk-NavTabInactive2'; return true;" onMouseover="this.className='lnk-NavActive2'; tab9.className='lnk-NavTabActive2'; return true;">About Us</a></B></DIV></TD>
<TD><IMG src="spacer.gif" width="1" height="22"></TD>
</TR>
</TABLE>

A good place to ask questions and advice about web development is at the mozillaZine Web Development/Standards Evangelism forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the mozillaZine forum site in order to post at that forum.
See http://forums.mozillazine.org/viewforum.php?f=25

more options

Just found this page. It worked for me using Thunderbird emails which would show blue and not red. May not work for firefox. I have just changed to a new ATI graphics card. http://www.scottmanning.com/content/using-cleartype-on-windows-xp/


Terry