CSS3 is compatible with IE kill and css3 is compatible with ie
After a long time of unremitting efforts, I finally successfully integrated selectivizr and PIE to solve css3, greatly reducing the difficulty of use.
<! -- [If lte IE 9]> <script src = "/js/selectivizr. js"> </script> <! [Endif] -->
As long as you add this line of code to your page, the whole page is compatible with css3. Do not forget to download the file back and put it into the/js/folder.
Compatible with round-border-radius, box shadow, gradient linear-gradient (), and relative length unit (rem VL vw vmax vmin)
Project homepage http://gucong3000.github.io/selectivizr/
All *. js and *. htc files must be packed and downloaded in the same folder.
If you need the css3 pseudo object selection function, you only need to load any js selection engine you like. Supports NWMatcher, MooTools, and jQuery.
Note: If the local static file runs normally, but the php server environment is abnormal, add this row to the. htaccess file.
AddType text/x-component. htc
【