Several methods of CSS3 Text-shadow text shadow under IE

Source: Internet
Author: User

One: IE9 not supported CSS3 of the Text-shadow attributes;

Two: Glow text Shadow effect under Filter

Filter:glow (color=black,strength=5);

The effect is a black halo with a 5-pixel diffuse size. But the effect is not satisfactory, when replaced by Gray, there will be raw edges.

Three: Motionblur the text shadow effect under the filter

Filter:progid:DXImageTransform.Microsoft.MotionBlur (strength=5, direction=145);

In Chinese interpretation is: 145 degrees in the direction of 5 like the size of the motion blur.

Although the Motionblur filter has directionality, it can also set the size, but its blurred projection color can only be the color of the text itself. In other words, a single label, a filter can not be implemented similar to the text white, the effect of projecting black.

However, this congenital deficiency can also be repaired by some means.

Four: The use of two identical color different text to overlap.

The text overlap here is achieved with the absolute non-height and no-width of the absolute positioning elements.

Five: Use two identical colors to overlap with different text.

A margin negative value allows the upper and lower text to be offset by 1 pixels.

Several methods of CSS3 Text-shadow text shadow under IE

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.