Allow IE9 browsers to support HTML5 tags and CSS3 selectors

Source: Internet
Author: User

Do the project many times, want to use HTML5 CSS3 new technology, also consider that the low version of the browser does not support these tags and attributes, let people worry, but the problem arises, there is a problem solution, then the introduction of JS plugin to make the lower version of the browser is also compatible ...

Let the browser support the HTML5 tag plugin:

http://code.google.com/p/html5shiv/

Let the browser support the CSS3 selector plugin:

Http://www.jb51.net/jiaoben/24032.html

How to use:

Download the plugin, find the following red color tagged files in the downloaded file, and then put them in the JS folder, and the CSS3 selector plug-in to run under the server, the style sheet must be introduced through the <link> tag. Page-level style sheets or inline style sheets will not be valid.

<!--[If Lt IE 9]>

<script type= "Text/javascript" src= "js/domassistantcompressed-2.7.4.js" ></script>
<script type= "Text/javascript" src= "js/ie-css3.js" ></script>

<script type= "Text/javascript" src= "js/html5shiv.min.js" ></script>

<! [endif]-->

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.