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
You need to set
border-style: solid
. It used to be that settingborder-image
overrodeborder-style
settings, but that got changed in the spec, and the Firefox implementation was changed to follow he spec.