Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE Text Shadow Re: IE Text Shadow

#124405
Paulie_D
Member

I got it from here: http://stackoverflow.com/questions/6905658/css3-text-shadow-in-ie9

but it looks like there may be another version

p.shadow {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#0000FF,direction=45);
}