[eluser]LuckyFella73[/eluser]
You seem to overwrite your css body style in your view by [removed]
Code:
<div id="slideshow" class="pics">
[removed]$('body').css('background-color', 'blue');[removed]
[removed]$('body').css('background-color', 'red');[removed]
[removed]$('body').css('background-image', 'url("../images/indonusa3.jpg")');[removed] // HERE !
</div>
Remove this code to check if your css defined background shows up. Or set the full path
to the image.But it the same image you defined in your css so you don't need this code
here so far..