Home > Web Front-end > HTML Tutorial > CSS3 compatible IE killer_html/css_WEB-ITnose

CSS3 compatible IE killer_html/css_WEB-ITnose

WBOY
Release: 2016-06-24 11:53:44
Original
1147 people have browsed it

After a long period of unremitting efforts, I finally succeeded in deeply integrating selectivizr and PIE, two powerful tools for solving CSS3, which greatly reduced the difficulty of use

< !--[if lte IE 9]>

As long as you Add this line of code to the page. The entire page is compatible with css3. Don’t forget to download the file and put it into the /js/ folder
It is compatible with border-radius, box-shadow, and linear-gradient( ), relative length units (rem vh vw vmax vmin), etc.

Project homepage http://gucong3000.github.io/selectivizr/
All *.js and *.htc need to be placed in the same folder In-package download

If you need selector functions such as css3 pseudo-objects, just load any js selector engine you like. Supports NWMatcher, MooTools, jQuery, etc.

Note: If running static files locally is normal but not in a php server environment, please add this line to the .htaccess file

AddType text/x-component .htc
Copy after login

【Reposted from w3c】

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template