I've encountered an issue with a background image that displays correctly in Dreamweaver but disappears once I upload my website along with the CSS files.
Below is my CSS code:
.ELSsubbg {
background-image: url('../images/NTG_images.jpg');
background-repeat:no-repeat;
background-position:top left;
}
Your assistance would be much appreciated.