I'm running into a strange issue -- in one of my form elements, it looks like text-shadow is being added only for IE 8.
Even when I add a:
text-shadow: 0px transparent;
It still appears. Has anyone seen something like this before?
I am using dojo / dijit, and when I specifically target the element even with something like
color: red;
It does not have any effect in IE 8, though it does in other modern browsers. Here is a screenshot: