背景图片不会出现在最新的IE中

时间:2016-05-24 20:27:04

标签: css image internet-explorer background

这是CSS。我尝试了评论的简写和长形式,没有在IE中工作。我甚至使用最新版本的IE。由于某种原因,图像不会显示。我试过多张图片,甚至只是jpgs。

    main{
       /* background: url(../images/mosaic-min.png) repeat fixed center center;*/
        background-image: url(../images/mosaic-min.png);
        background-repeat: repeat;
        background-attachment: fixed;
        background-position: center center;      
    }

我知道有一个错误,如果你没有网址和下一个宣言中的空格,但是那里有一个空格。但是,即使是长形式也不行。覆盖图像是一个非常大的区域。也许IE会自动阻止这个?

0 个答案:

没有答案