IE 9到IE 11不会显示box-shadow

时间:2013-12-31 21:22:55

标签: html css internet-explorer css3

好的'Internet Explorer'不会显示我给它的盒子阴影。它在每个其他浏览器中都显示正常。我一开始想,也许这是一个单独的容器问题,但事实并非如此。我添加了另一个div与影子顶部,它仍然没有显示?我不确定为什么。小提琴附件就是我想要复制的内容。

小提琴:http://jsfiddle.net/GYf29/

   body {
        background:gray;
    }
    .contain {
        width:200px;
        height:200px;
        background:url(http://upload.wikimedia.org/wikipedia/commons/6/6e/The_sun1.jpg) -175px -175px;
        border:5px solid white;
        box-shadow: inset 0 0 20px #444;
    }

<div class="contain"></div>

0 个答案:

没有答案