Producing web pages
* HTML CSS DHTML XHTML A to Z of tags        Accessibility          Design

Glow

Use the Glow filter to make an object it look like it glows (sort of). You can specify:

  • The colour for the glow effect
  • The intensity of the glow. The range is 1 to 255

For example:

This HTML…

Displays as…

<div id="glow" style="width:100; height:50;
font-size: 16pt; filter:Glow(Color=#CC66CC,
Strength=10)">
<center>Ann's lovely text</center>
</div>

If you want to see a working example, you can look at the Filter Effects page. This HTML page shows the effects of all the visual filters. For each filter, there is an example. Underneath the example, there is a box for each parameter. You can change the values for the parameter and click on the Change button to see the effect. The Reset button restores the example to the initial state.