开发者

IE Not loading my images from CSS

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜