Why my border-image didn't display in Firefox 15
Posted in daily
Tags :A quick CSS tip before I forget:
I've been wrecking my brains this afternoon to figure out why a border-image stopped displaying properly in the lastest version of Firefox (15.0.1) although it showed up properly in previous versions.
The CSS properties were:
div.mod-registration { border-width: 164px 51px 98px 90px; -moz-border-image: url(../img/torn-paper02.png) 164 51 98 90 stretch; -webkit-border-image: url(../img/torn-paper02.png) 164 51 98 90 stretch; -o-border-image: url(../img/torn-paper02.png) 164 51 98 90 stretch; border-image: url(../img/torn-paper02.png) 164 51 98 90 stretch; }
But nothing was displayed, as if border-image wasn't supported.
The trick was to specify a border-style:
border-style: solid;
Now everything is back to normal.
Comments and responses
11 Oct 2012
Thanks for this! I ran into this problem myself and fount this resource immediately upon searching. This saved me a lot of time and I appreciate it!
11 Oct 2012
You’re more than welcome @Jeff :!
Thanks for the comment :)
22 May 2013
Very quickly this web page will be famous among all blogging viewers, due to it’s pleasant posts