Thread: body background
View Single Post
  #2  
Old 03-12-2014, 11:56 AM
  tony_sologubov's Avatar 
tony_sologubov tony_sologubov is offline
 

X-Cart team
  
Join Date: Jan 2009
Posts: 2,431
 

Default Re: body background

Quote:
Originally Posted by mworsnop
If I add the first to the custom.css it does not work, but the 2nd one does. Both work on a standard html web page.

body
{
background-image: url("http://www.mysite.com/Site/graphics/body-bg.jpg");
}


body
{
background-color: #ffff00;
}

The http://www.mysite.com/Site/graphics/body-bg.jpg image does not exist and it causes the problem.
Reply With Quote