Home › Forums › CSS › Background image not showing in safari › Re: Background image not showing in safari
June 27, 2013 at 10:16 am
#140709
Participant
The image won’t show because it’s not an absolute path. On your Fiddle for example, you just called it as ../images/box-grdnt.jpg
so it tries to get http://fiddle.jshell.net/NCqrE/1/images/box-grdnt.jpg — which obviously doesn’t exist, so it won’t show.
Not saying that’s the problem (cause this would also have the same result in all other browsers, not just Safari), but in your fiddle that’s what’s wrong so we can’t reproduce it.