Does Internet Explorer 11 support border-image?
As the title, does Internet Explorer 11 support border-image? Because if i use this 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; } works in all other browsers (Chrome, Safari, Firefox) except IE11. There is an other way to make border-image work in IE11? As per the note on http://caniuse.com/#feat=border-image : Note that both