Text Shadow with IE Not working
Posted: Fri Jun 24, 2016 10:23 am
Hi, I am trying to use Text Shadow in my css, but it is not working on Internet Explorer, Please help.
My code:
My code:
Code: Select all
.text {
text-shadow: 1px 1px 1px #000000;
filter: Shadow(Color=#000000, Direction=135, Strength=5);
}