不知道我在这里出了什么问题。渐变显示很好,但图像不是。
页面位于此处(wordpress 网站):
http://philfaranda.staging.spatialmatch.com/
body {
background-color: #FFF !important; /* fallback color if gradients are not supported */
background: #fff url(/wp-content/uploads/2013/01/body-bg2.png) repeat-x !important;
background-image: -webkit-linear-gradient(top, #fff, #A9A9A9) !important; /* For Chrome and Safari */
background-image: -moz-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Fx (3.6 to 15) */
background-image: -ms-linear-gradient(top, #fff, #A9A9A9) !important; /* For pre-releases of IE 10 */
background-image: -o-linear-gradient(top, #fff, #A9A9A9) !important; /* For old Opera (11.1 to 12.0) */
background-image: linear-gradient(to bottom, #fff, #A9A9A9) !important; /* Standard syntax; must be last */
}
编辑:似乎渐变效果没有显示在 IE 中,图像是......
在此先感谢您的帮助,肯