Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Background image not showing in safari Re: Background image not showing in safari

#140709
Senff
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.