The following css creates a nice neon-glow effect around text
{
text-shadow: 0em 0em 0.3em white; /* assuming a dark background */
}
However it doesn t work in IE7/8
For a reference, compare this page in Firefox and IE
Is there a way to get a similar effect in it?