Sunday, 15 February 2015

internet explorer - Text-shadow issues with ie -



internet explorer - Text-shadow issues with ie -

i using next css rules add together text-shadow.

.aaactive { text-shadow: 1px 1px #990000; }

i 've searched quite web find solution ie version < 10 (unfortunately many people utilize ie8-9 still) , found have add together 1 of next filter rules unfortunately nil seems happen.

filter: progid:dximagetransform.microsoft.dropshadow(offx=1, offy=1, color=990000); filter: progid:dximagetransform.microsoft.shadow(direction=135,strength=2,color=990000);

is there improve solution or sth missing here?

internet-explorer css3

No comments:

Post a Comment