The effect of Box-shadow in simulating CSS3 under IE

Source: Internet
Author: User
This article mainly introduces the effect of Box-shadow in the simulation CSS3 under IE, has a certain reference value, now share to everyone, the need for friends can refer to

The Box-shadow (shadow) in the simulated CSS3 in IE can be implemented using IE's Shadow (shadow) filter, which should be noted that the filter must be used with the background property or the filter will fail

The Box-shadow (shadow) in the simulated CSS3 in IE can use IE's Shadow (shadow) filter
Basic syntax: Filter:progid:DXImageTransform.Microsoft.Shadow (color= ' color value ', direction= shadow Angle (value), strength= shadow radius (value));
Note: The filter must be used with the background property, otherwise the filter will fail.
Box-shadow (shadow) code in analog CSS3 under IE:

. box-shadow{Filter:progid:DXImageTransform.Microsoft.Shadow (color= ' #969696 ', direction=135, strength=5);/*for IE6 , 7,8*/Background-color: #eee; -moz-box-shadow:2px 2px 5px #969696/*firefox*/-webkit-box-shadow:2px 2px 5px #969696/*webkit*/box-shadow:2px 2px 5px #969696;/*opera or ie9*/}

The above is the whole content of this article, I hope that everyone's learning has helped, more relevant content please pay attention to topic.alibabacloud.com!

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.