My web page has a background image set using this CSS:
body, html
{
background-image: url(Content/Images/bg-lounge-2-l.jpg);
background-repeat: repeat;
background-attachment: fixed; /*background-position: 0 -390px;*/
}
The background image was visible in Firefox and IE until recently, but now it doesn't show up in the browsers anymore. However, I can still see the image in VS 2008 designer and when I paste the image URL into my address bar. What could be causing this issue?