I have seen these questions dotted around the web with little response.
I add some CSS in jQuery like:
$('#object').css('background-image', 'url(../../Content/Images/green-tick.png');
It works in all browsers expect from Safari.
Anyone know as of why? Most answers I have seen to this question say to actually use
'background-image'
(This answers or 'guides' are mostly not on stackoverflow)
I cant debug the browser as I am only testing this with an iPad.
Thanks for your help.