How do I make glowing text?
How do I make glowing text? Glowing text is really cool. It is made by applying a filter to your font. You can change the width and height attributes, font style and size. Just add the tag wherever you want your text to appear. Remember that this page is for those of you who use the
Internet Explorer browser, in other browsers the glowing text is not rendered properly:
Blur
Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: shadow(color=#00ff00, direction=200)">
Blur</span>
Dropshadow
Dropshadow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: dropshadow(Color=#00ff00, OffX=2, OffY=2, positive=2)">
Dropshadow</span>
Flip
Flip
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: flipv">
Flip</span>
Glow
Glow
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: glow(color=#00ff00, strength=10)">
Glow</span>
Opacity
Opacity
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ffffff; filter: alpha(opacity=100, finishopacity=0, style=1, startX=0, startY=0, finishX=200, finishY=0)">
Opacity</span>
Shadow Blur
Shadow Blur
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: blur(add = 1, direction = 220, strength = 10)">
Shadow Blur</span>
Wave
Wave
<span style="width: 150; height: 50; font-size: 20px; font-family: verdana; color: #ff00cc; filter: wave(add=0, freq=1, lightstrength=20, phase=10, strength=10)">
Wave</span>
Copyright 1997-2016 Lissa, All rights reserved