码迷,mamicode.com
首页 > Web开发 > 详细

【HTML5】ie如何支持css3

时间:2014-09-15 12:45:18      阅读:172      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   io   ar   文件   div   sp   

原文来自:html5移动web开发实战  第83页

如果你还想把IE9或者其他的iE版本支持css3,css3 PIE(http://css3pie.com)可以帮你

下载PIE文件,通过如下的方式把它包含进你的CSS样式规则中:

-pie-bakcgourn:linear-gradient(top,#eeeeee 0%,#cccccc 100%);

/*PIE*/

behavior:url(PIE.htc);

 

PIE支持的特性有:

■ 边框圆角       ■ 阴影效果         ■ 边框图片          ■ css3背景         ■ 线性渐变效果         ■  RGBA颜色值       ■ PIE的定制属性

 

【HTML5】ie如何支持css3

标签:style   blog   http   color   io   ar   文件   div   sp   

原文地址:http://www.cnblogs.com/positive/p/3972501.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!