by pietman
29. October 2008 16:47
The Inline style way:
<span style="FILTER: Glow(Color=#ff0000, Strength=1);" >Glowing Text Here</span>
Or the CSS way:
<span class=" glowtext" >Glowing Text Here</span>
CSS file entry:
.glowtext { filter: Glow(Color=#ff0000, Strength=1);}
14c02080-940b-4002-8112-bb23490b0a19|0|.0
Tags:
CSS