so basically, I have a plugin for a forum that applies a glow effect to the message content...
however, in modern browsers quotes and codes also have the glow applied to them, unless negated by another glow,
while in IE8, this also affects images and other content...
how can I unapply the effect on the content in both browsers??
in recent info on IE8, you can apparently set the glow filter to none,
but my question is if that'll negate from inside the efect... >_>
in modern browsers, a work-around is using a black 1px glow (0px doesn't apply it and uses the outer glow),
but in IE8 that's drawn over the existing glow...
^ that's also another issue I'm having with the BBC glow effect plugin (the user-glow is also applied to it)
can someone help??