I cannot load image as a background, my image located at
img/my_images.jpg
and this is my css code look like
.background-content
{
background-image: url(img/my_images.jpg);
background-position: center;
}
the css file is located at
css/my_style.css
but everytime I move the image into the same folder as css, it does load the image perfectly. is it impossible to load image from outside folder of css
thanks for the help.
sincerely, gema.