2013-07-03 27 views
1

什麼是以下box-shadow代碼IE 8+兼容CSS代碼:如何在IE 8+中實現插入框陰影?

.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> 
+2

嘗試[PIE](http://css3pie.com/),它應該有所幫助。 –

+1

請注意,在IE 9中'box-shadow'可以正常工作。 –

回答

1

IE8支持此屬性,除了價值插圖