Creating text blur effect using style sheets - text effects in Internet Explorer
Sponsored Links
Internet Explorer displays several text effects through style sheets. Here I'll show you how to create a blur effect to text using style sheets.
The blur is made using the filter rule through which we specify the blur direction and its strength in pixels. 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.7x.
The Blur Filter
The text blur style sheet
{height:50;
width:400;
font-size:20pt;
font-weight:bold;
filter:Blur(Direction=45, Strength=8)}
Page contents: Discussion on the BLUR filter properties of style sheets that creates a text blur when displayed in Internet Explorer browser.
Comments, questions, feedback... whatever!
Recent Articles
Recent Blog Posts
Popular Articles
- Hotmail Sign In page
- Create a Hotmail account - Instructions
- Create Gmail address
- Download and install Outlook Express
- Get your free Gmail address
- Outlook Express new version
- Create my own email address
- Browers for Windows list
- Get email address
- Color combinations for web sites and pages
- Create Yahoo ID
More web tips & tricks
- Outlook Express Help - tips & tricks (53)
- Windows Live Mail help and tips (36)
- Windows Mail help (25)
- Hotmail help and tips (42)
- Yahoo help & support (45)
- AOL email help (26)
- Gmail help and tips (36)
- Internet tips & tricks (12)
- Web Design tips & tricks (33)
- HTML, Javascript tips tricks (68)
- Web Promotion tips & tricks (8)
- Graphics tips & tricks (20)
