官网
http://css3pie.com
名称:PIE.js
?
此JS可使IE6,7,8支持CSS3的部分渲染
例如:
border-radius
box-shadow
border-image
multiple background images
linear-gradient as background image
?
使用办法:
此API使用非常简单,只需要在页面头部引用
- <!--[if lt IE 9]>
- <script?type="text/javascript"?src="path/to/PIE.js">?</script>
- <![endif]-->?
以下是jQuery的调用办法,把你需要渲染的样式名写上即可