以下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>
答案 0 :(得分:1)
除了值插入以外,IE8支持此属性。