I have tried both the following but neither seem to work.

[code]
$('#content-top').css('backgroundImage', "url(" + src + ")");
$('#content-top').css("background-image", "url(" + src + ")");
[/code]

Any ideas would be welcome, thanks.

Reply via email to