Thanks, BOP, I already had them installed, back in June, I am still rebuilding my Back up files from the Flash drive I lost. It does apear that yours may be different slightly and he notes an issue with his I may review some of these once I get things tidied up on my site. thanks again.
Quote:
Note: I've worked all day to make this work. It's not perfect, there's a slight difference between the IE view and the Firefox view, but you still have this one BB Code that will show in both. One draw back is that I had to use the [ H1] tag so this glowing text will end up on their own line.
The example is what it looks like in Firefox.
If someone wants to work out the kinks in this please do. I've run through the knowledge that I have to get this far.
|
PHP Code:
<!--[if IE]>
<H1 STYLE="filter:progid:DXImageTransform.Microsoft.Glow(Color={option}, Strength=5); width:100%"><font color=white>{param}</font></H1>
<![endif]-->
<![if !ie]>
<span style="text-shadow: 1px 1px 2px black, 0pt 0pt 1em {option}, 0pt 0pt 0.2em {option}; color: white; font: Georgia,'Bitstream Charter','URW Bookman L','Century Schoolbook L',serif;"><h1>{param}</h1></span>
<![endif]>