css3 border-image firefox 15.0.1

2019-09-17 04:26发布

We have a web ready for publish. It uses css3 border-image. In previous version of firefox all ok, but with last update (firefox 15.0.1) doesn't work.

For testing:

http://www.w3schools.com/cssref/tryit.asp?filename=trycss3_border-image

This example works with opera, chrome, safari and older versions of firefox.

How to repair this problem?

Thanks

标签: firefox css3
1条回答
一纸荒年 Trace。
2楼-- · 2019-09-17 05:14

You need to set border-style: solid. It used to be that setting border-image overrode border-style settings, but that got changed in the spec, and the Firefox implementation was changed to follow he spec.

查看更多
登录 后发表回答