Hi there.
My website is located here: [
flamefusion.net....]
If you go to it in Internet Explorer 8 (or at least if I do), you will notice that the glow effect on the title that says "Welcome" doesn't work.
Is that because I am using a @font-face thing to change the font? The glow should be orange as far as I am concerned.
The CSS file rendering that specific item is located here: [
static.flamefusion.net...]
The item has the class "mainHeader", and here is the relevant CSS section of it:
.mainHeader
{
zoom:1;
font-family:fRaleway,verdana;
font-size:50px;
color:#FFA900;
-ms-filter:"progid:DXImageTransform.Microsoft.Glow(color=orange,strength=3)";
text-shadow:0px 0px 3px #FFCB00;
}