I want to set a static background image in my ja-slideshow module (for people that have slow Internet or have Flash blocked). I’ve tried making the edit in the CSS file but I’m doing something wrong and I think it’s the file path. This is the code I added in template.css in #ja-slideshow:
background: url(../../images/slideshow/organ.jpg) no-repeat center middle;
And I uploaded the image to the root of my Joomla install here: images/slideshow/organ.jpg
I temporarily moved all my slideshow images while keeping the slideshow enabled, and no background image shows up. As a test I gave #ja-slideshow a background color and that DOES show up. Am I doing something wrong in the CSS with the ../../ file path for the background image? Is there another way to set a background image?
Thank you.