IE6, IE7, IE8 how to support CSS3

Source: Internet
Author: User

Article Introduction: let IE6, IE7, IE8 support CSS3.

We all know that ie6,7 does not support CSS3 attributes, and IE8 does not support CSS3 very well. But there is a small script can do, it can let IE support CSS3, including: Border-radius (rounded), Box-shadow (Shadow), Text-shadow, etc. ...


. box {
-moz-border-radius:15px; * * Firefox *
-webkit-border-radius:15px; * Safari and Chrome * *
border-radius:15px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 * *
-moz-box-shadow:10px 10px 20px #000; * * Firefox *
-webkit-box-shadow:10px 10px 20px #000; * Safari and Chrome * *
box-shadow:10px 10px 20px #000; /* Opera 10.5+, future browsers and ie6+ using IE-CSS3 * *
Behavior:url (IE-CSS3.HTC); /* This lets IE know to call the script "all elements" which get the ' box ' class * *
}

download this script: HTTP://FETCHAK.COM/IE-CSS3/IE-CSS3.HTC

Click to view Details: http://fetchak.com/ie-css3/

There is also a small script CSS3 pie can also let IE6-IE8 support CSS3, the principle of similar to IE-CSS3. Project address:http://css3pie.com/ Download Address:http://github.com/lojjic/PIE/downloads

If you need a box content that supports CSS3, you need to add a line of code:

Behavior:url (IE-CSS3.HTC);

Code:



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.