We have gotten several emails and phone calls about yellow text appearing on our webpages at http://www.ciu.edu.

We are specifically using a black text in the stylesheet. It is on a tan background.

One person claimed to be color blind and I have tried various tests for colorblindness, but no such luck.

We are at a loss as to what is going on. A yellow text on a tan background would be hard to read, but how to troubleshoot, is the problem.

link|improve this question
feedback

5 Answers

Can you get a screen grab from one of the users? Being able to confine the problem to a particular OS and browser might also be helpful. Inquire as to these as well, then let us know.

You do have a small IE-only stylesheet that loads, however that contains the usual IE kludges, so I wouldn't be concerned.

link|improve this answer
2  
If you don't have information about pages, browsers (and browser versions, in many cases), operating systems, etc., you don't have enough to diagnose the problem. – Thomas Owens Sep 25 '09 at 12:48
One user was using Internet Explorer 7, windows XP and no colorblindness. I'll look into getting screenshots. One thing I have not checked is if it's an IE6 issue. – theosoft Sep 28 '09 at 12:35
feedback
up vote 2 down vote accepted

Something Bob Kaufman suggested sparked me to download the IE Superpreview from Microsoft. I ran the IE6 view and immediately got my answer. We have basically dumped support of IE6 and had not even tested for it when launching the new website.

The styling of our notification to IE6 users is causing the yellow text on the rest of the pages.

In addition, there was an improper closing of a font tag. Why there was a font tag, I don't know. I didn't write the notice. It was a notice to users of IE less than IE7. At any rate, the problem is now solved, and rewritten in xhtml standard code.

link|improve this answer
feedback

If you have access to Mozilla Firefox, you could install the Web Developer Toolbar Add-On to disable stylesheets and/or images to help you hunt down the problem. I had a quick look myself but with images disabled, your images which also act as hyperlinks are showing blue underline (standard link style) hyperlinks. You might also benefit from install Firebug into Firefox too as you can disable individual styles using its inspector.

link|improve this answer
I have all that installed and have been using those to inspect. Thanks though. – theosoft Sep 28 '09 at 12:30
feedback

Do you mean this?

alt text

link|improve this answer
Nope, not that. Inner pages, such as www.ciu.edu/about – theosoft Sep 28 '09 at 12:29
feedback

Have you tried what the page looks like without the CSS loaded, or without some of the background images?

I see some really huge image files on the page. With a slower connection those would take several minutes to load. If the huge image loads before the CSS or the background images, the page might look pretty bad, and noone is not likely to wait for several minutes for everything to load.

You should create images at the size that they are displayed, so they are perhaps 30 kilobyte instead of three megabyte.

link|improve this answer
I'm actually looking at switching those over to CSS sprites. – theosoft Sep 28 '09 at 12:28
@theosoft: Large photos are not suitable to put in a sprite. The overhead is so small compared to the file size that the gain is little. Also, if you put images next to each other in a JPEG image you get compression artifacts at the edges. – Guffa Sep 28 '09 at 16:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.