Learn how to create shadows for text employing style sheets SHADOW filter properties.
creating shadows using style sheets, shadows employing style sheets, style sheets shadow properties, text effects in Internet Explorer
Creating shadows using style sheets - text effects in Internet ExplorerGo to Creating shadows using style sheets - text effects in Internet ExplorerHTML & JavaScriptGo to HTML and JavaScript tips and tricksTips and tricksGo to web development Tips and tricksHomepage

Creating shadows using style sheets - text effects in Internet Explorer

Internet Explorer displays several text effects through style sheets. Here I'll show you how to create a shadow for a piece of text.

The shadow is made using the filter rule through which we specify the color value. The height and the width rules are important too.
This style can be placed inside the HTML head section, to be called using the CLASS attribute of a <DIV> or <SPAN> tags or the style can be used as an inline style.

Note: These style sheet commands do not work in Netscape 4.7.

The Shadow Filter

The shadow style sheet

       {height:50;
        width:400;
        font-size:20pt;
        font-weight:bold;
        filter:shadow(Color=#009966)}

AddThis Social Bookmark Button


Page contents: Details of the style sheet SHADOW filter properties and how it can be used to create shadows for text displayed on Internet Explorer browser.

Page URL: http://www.webdevelopersnotes.com/tips/html/ creating_shadows_using_style_sheets_text_effects_in_internet_explorer.php3



Join Mailing List


Feedback/Questions




50+ web hosting FAQs

Search engine for your website

Free software from Google - The Google Pack Collection

Create your own search engine
Search WebDevelopersNotes.com