Collection of new features of CSS3 with IE compatibility (supplemented)

Source: Internet
Author: User

1. Linear Gradient

Background:-webkit-gradient (linear, left top, left bottom, from (# 0D85BC), to (#0A73A4);/* chrome, sarfrai */
View plain
Background:-moz-linear-gradient (top, # 0D85BC, #0A73A4);/* firefox */
View plain
Background:-o-linear-gradient (top, # 0D85BC, #0A73A4);/* opera */
View plain
Filter: progid: DXImageTransform. Microsoft. gradient (startColorstr = '# 0d85bc', endColorstr = '#0a73a4');/ie/

2. transform: rotate Rotation

-Webkit-transform: rotate (-180deg );
-Moz-transform: rotate (-180deg );
-Ms-transform: rotate (-180deg );
-O-transform: rotate (-180deg );
Transform: rotate (-180deg );
Filter: progid: DXImageTransform. microsoft. matrix (M11 =-1, M12 = 1.2246063538223773e-16, M21 =-1.2246063538223773e-16, M22 =-1, sizingMethod = 'Auto expand ');


3 opacity: transparent

Opacity: 0.9;

Filter: alpha (opacity = 90);/* IE6-8 */

From html5 ---- html5 + css3 + javascript
 

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.