Hi,
I am working on a website and trying to create a text header with shadow. I used the following code:
Code:
text-shadow: gray 0.06em 0.06em 0.1em;
It looks just as I like in Google Chrome 3, however, it shows no shadow in IE 8 and a bigger shadow in Firefox 3.5.7. Is there any way to fix this and make it look like same in all browsers?
|