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 中工作吗?