【发布时间】:2013-10-18 10:19:47
【问题描述】:
我无法获得上述效果.. 我需要渐变在中间突然停止。在 Ie9 中,一切都很顺利 - 并且有光泽;/ 我在这里生成了渐变:http://www.colorzilla.com/gradient-editor/
小提琴: http://jsfiddle.net/JRUnr/44/
添加:
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}
</style>
<![endif]-->
没有任何区别:(感谢任何帮助!
【问题讨论】:
-
我强烈建议使用CSS3Pie 在 IE9 及更早版本中进行 CSS 渐变。
filter和 SVG 方法有一些严重的局限性。
标签: html css internet-explorer-9