This is nuts, but for some reason I can see it now. Just goes to show you how unnoticeable this will be to your average visitor. It is pretty subtle. And even though I can see it now, it seems to only happen sometimes. So I would guess it's a visual effect, not unlike after-image, but in this case more like a before-image.
It looks to me to just be the effect of the color (#666 in shorthand hex) of the text as it fades in. Perhaps it also matters how bleary/tired your eyes are. Mine are pretty tired right now. If you darken it very little (#555), it's even less noticeable. Go to #444 and I can no longer detect it. To do so, add this to your stylesheet:
Code:
.tab_content p {
color: #444;
}
Or use #555 there, it's up yo you
Bookmarks