There is a known issue with using jquery fadeOut, fadeIn, and fadeToggle, when fading some text which does not have a background color or image. (The text has green antialiasing thing going on during the transistion)
Take this for example. jQuery cycle: fading white text becomes "green" in Windows/Firefox/Cleartype Enabled
I have found recently that this happens using css 3 text-shadow too, unfortunately you cant set a background color on a text shadow, does anyone have any solutions or workaround for this?
Here is an example of the bug / issue
http://jsfiddle.net/blowsie/2UMJ4/
Update:
I have found one work-around which can be found in my answer below, any other solutions or workarounds , would still be great to know.