Why aren't Background images showing up?
I've been successfully using css
body
{
background-attachment: fixed;
background-color: #330000;
background-image: url("BackGd.jpg");
background-repeat: no-repeat;
}
now (Nov.13, 2012) the image doesn't show.
body
{
background-attachment: fixed;
background-color: #330000;
background-image: url("BackGd.jpg");
background-repeat: no-repeat;
}
now (Nov.13, 2012) the image doesn't show.