Text shadow in IE browser(css hack for text-shadow )

text-shadow: 0.01em 0.03em #000000; (For Firefix std browsers)
filter: Shadow(Color=#000000,Direction=135,Strength=2);(For IE std browsers)
-moz-text-shadow: 0 0 2px #000; (For lower level mozilla)
-webkit-text-shadow: 0 0 2px #000;(For safari of lower version) 

Comments

Unknown said…
tx.. I will keep posting

Popular posts from this blog

PHP - How to increase size of POST value in php

D8 KernelEvents constants

D8 - Attach file programmatically to a node