Upgraded to work on Internet Explorer 8. I don't know if it works on IE7, I can't test it.
To upgrade go to your BB Code manager and EDIT your "glow" bb code.
Erase the "Replacement" box and instead use the following code:
Code:
<!--[if IE]>
<div style="filter:progid:DXImageTransform.Microsoft.Glow(color={option}, strength=1);width:100%">{param}</div>
<![endif]-->
<![if !ie]>
<span style="text-shadow: {option} 0px 0px 5px;">{param}</span>
<![endif]>
The first thread has also been updated.