开发者

IE Not loading my images from CSS

开发者 https://www.devze.com 2023-02-26 14:22 出处:网络
My site appears fine in FF & Ch开发者_开发技巧rome, but load it in Ie (tested in 7 & 8) and none of the background images load.

My site appears fine in FF & Ch开发者_开发技巧rome, but load it in Ie (tested in 7 & 8) and none of the background images load.

The CSS appears to load properly, just the images are not showing up. Any ideas?


You are using multiple background images, which are not supported by IE up to 8.

background: url('../images/main-background.png') no-repeat, 
            url('../images/main-background-repeat.png') repeat-y;
0

精彩评论

暂无评论...
验证码 换一张
取 消