.divOne { text-shadow: 3px 4px #666; }
which adds a drop shadow hex code #666 3px to the right and 4px down from the original text. However text-shadow works on only Firefox, Opera and WebKit browsers. It is not supported in IE.
In IE 5.5+ you have to use DXImageTransform.Microsoft.Shadow which creates the illusion of a shadow. Here’s how to use it
You can also use the Shadow Filter app to achieve the desired effect. It creates CSS markup for you based on the selected values
Note: In IE9, this feature has been deprecated and the effect of this filter can only be viewed and not printed.
Nice post. Thank you for taking the time to publish this information very informative; so happy to be given a privilege to post a comment here.
ReplyDeleteaissa
www.joeydavila.net