PIE stands for Progressive Internet Explorer. It is an IE attached behavior which, when applied to an element, allows IE to recognize and display a number of CSS3 properties. Consider, if you will, the following CSS:

PIE currently adds full or partial support to IE 6 through 8 for the following CSS3 features

  • border-radius
  • box-shadow
  • border-image
  • multiple background images
  • linear-gradient as background image

http://css3pie.com/about/

最新文章

  1. 游戏编程系列[2]--游戏编程中RPC与OpLog协议的结合--序
  2. ListView中的数据表格写入Excel中
  3. osip2 代码分析
  4. C++ 容器 LIST VECTOR erase
  5. php 获取远程图片保存到本地
  6. Hadoop Fsimage 和 editlog
  7. FireFox中iframe的返回上页问题
  8. 使用Python xlwt写excel文件
  9. 《Linux内核设计与实现》读书笔记 第一章 Linux内核简介
  10. 普通请求和ajax请求的区别
  11. [OpenJudge 3064]坠落的蚂蚁
  12. Call to undefined function bcscale()
  13. realypay
  14. JavaScript设计模式之一Interface接口
  15. ElasticSearch head 插件安装
  16. 教我徒弟Android开发入门(四)
  17. June. 21 2018, Week 25th. Thursday
  18. QUARTZ系列之一-基础概念(Scheduler/Job/JobDetail/Trigger)
  19. 详解CSS3属性前缀(转)
  20. 搭建CodeReivew 工具 Phabricator

热门文章

  1. awrsqrpt.sql简介
  2. MARKS:路由器桥接
  3. SAP S/4HANA使用ABAP获得生产订单的状态
  4. PhoneGap 的存储 API_Web Sql
  5. 使用 JDK XML 和 java对象相互转换
  6. Eclipse Ctrl + Shift + O in IntelliJ IDEA
  7. 简易log4j 父logger和子logger
  8. 牛客网多校训练第一场 I - Substring(后缀数组 + 重复处理)
  9. POJ 1845 Sumdiv 【二分 || 逆元】
  10. Selenium应用代码(读取mysql表数据登录)