【发布时间】:2012-02-26 18:02:37
【问题描述】:
body {
/* Mozilla Firefox */
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #5EB9FF 100%);
/* IE10 */
background-image: linear-gradient(bottom, #FFFFFF 0%, #5EB9FF 100%);
}
上面的代码在 Firefox 和 Internet Explorer 10 上运行良好,但在 IE 8 上都不能运行。
现在你能告诉我如何使这段代码在 Internet Explorer 8 中工作吗?
【问题讨论】:
标签: internet-explorer css linear-gradients