标签:
关于IE兼容的分享:
<!--[if lte IE 9]><script src="/js/selectivizr.js"></script><![endif]-->
只要在你的页面上加入这一行代码,整个页面全部兼容css3,不要忘了将文件下载回来放进/js/文件夹
兼容圆角border-radius,盒阴影box-shadow、渐变色linear-gradient(),相对长度单位(rem vh vw vmax vmin)等
https://github.com/keithclark/selectivizr/archive/master.zip
最低兼容IE6-IE9
标签:
原文地址:http://www.cnblogs.com/sinea17/p/4679129.html