I've encountered an issue with a background image I downloaded for my website - it simply will not display.
Here is the CSS code I am using:
background-image: url(Resources/Icons/background-image.jpg);
background-attachment: fixed;
Even after trying to use the full path name, the problem persists.
The strange thing is that I have successfully added images like this multiple times on my website without any issues. This particular image seems to be causing trouble, and there are no error indicators showing that it cannot locate the image - it just does not show up.
EDIT: Interestingly, when I use the URL of the webpage where the image was sourced from, the image displays correctly.
Any suggestions or ideas on how to resolve this?