Text shadows look great in Firefox and Chrome. For example, I have a basic website for streaming videos. Unfortunately, there are no shadows in IE9 for me.
This is my CSS code:
p {
color: #000;
text-shadow: 0px 1px 1px #fff;
padding-bottom: 1em;
}
I'm curious if there might be a JavaScript or special CSS method to create text shadows for IE?