|
|
Creating glowing text using style sheets - text effects in Internet ExplorerInternet Explorer displays several text effects through style sheets. Here I'll show you how to create a glow effect to text using style sheets. The glow is made using the filter style sheet rule through which we specify the glow color and its strength in pixels. The height and the width rules are important too. Note: These style sheet commands do not work in Netscape 4.7x. The Glow Filter The glow style sheet
{height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:Glow(Color=#FFFF00, strength=4)}
Page contents: Understanding the style sheets Glow filter rule properties and employing these to create glows around text for display in Internet Explorer.
Page URL: http://www.webdevelopersnotes.com/tips/html/ creating_glowing_text_using_style_sheets_text_effects_in_internet_explorer.php3
|
|