如何在IE 8+中实现插入框阴影?

时间:2013-07-03 23:27:21

标签: html css

以下box-shadow代码的IE 8+兼容CSS代码是什么:

.border {
    height: 100px;
    width: 100px;
    -webkit-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1);
       -moz-box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1);
            box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1);
}

HTML:

<div class="border" style="background: url(http://c.saavncdn.com/UNI-04945-150x150.jpg);"></div>

1 个答案:

答案 0 :(得分:1)

除了值插入以外,IE8支持此属性。