边框图像不会显示在浏览器上

时间:2019-01-10 07:04:05

标签: border border-image

我的边框图像有问题。 我生成了一个像波纹管这样的边框图像按钮,然后它只能在 firefox 上运行,而不能在其他浏览器(边缘,镀铬等)上运行。 请教我一些解决方法。

.menu-btn {
border-image-slice: 25 34;
border-image-width: 50px 70px;
border-image-outset: 0px 25px;
border-image-repeat: round round;
border-image-source: url(images/button-mn.svg);
}

0 个答案:

没有答案