搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

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

  • 5 个回答
  • 7 人有此问题
  • 1 次查看
  • 最后回复者为 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.

所有回复 (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.

由cor-el于修改

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