作爲標題,Internet Explorer 11是否支持border-image?Internet Explorer 11是否支持邊界圖像?
,因爲如果我使用這個CSS:
.windowtemplate {
border: 18px solid black;
-webkit-border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 round round;
-moz-border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 round round;
border-image: url("../images/windowtemplate/boxtemp.png") 18 18 18 18 18 round round;
}
作品中的所有其他瀏覽器(Chrome瀏覽器,Safari瀏覽器,火狐),除了IE11。
還有一種方法可以在IE11中進行邊框圖像工作嗎?
Internet Explorer 11是否支持border-image?答案:[是](http://caniuse.com/#search=border-image)。 – Spudley
您是否檢查過瀏覽器處於IE11標準模式?此功能在怪癖模式或兼容模式下不起作用。 – Spudley