CSS Image Gallery Support Product Page

Not a problem

background image for page drops out in chrome, firefox, and safari

Reported 16 Feb 2012 16:48:09
1
has this problem
16 Feb 2012 16:48:09 Jeanne Reinelt posted:
The background for my page is there when the image gallery is displayed using Internet Explorer, but it is just black when using Chrome, Firefox, and Safari. Is there any way to fix this?

HEre is an example of a page:
carolinedooley.com/dooley-gall.html

Thanks for your advice... Jeanne

Replies

Replied 16 Feb 2012 18:55:33
16 Feb 2012 18:55:33 Teodor Kuduschiev replied:
As i see on your site, your background image is not properly configured ... take a llok at this piece of your css code:


body {
	background-image: url(file:///G|/000 Not Backed Up 8-07/Caroline Dooley/CFD website/bkgdtemp1.jpg);
	background-repeat: repeat;
	color: #000000;
....
}

Replied 16 Feb 2012 21:13:47
16 Feb 2012 21:13:47 Jeanne Reinelt replied:
Thanks for pointing that out. I know a bit about writing code, but I'm afraid not enough. I thought I was supposed to set a background color as a backup in case the background image could not be used. I assume that was what was wrong with the code. I took the background color out and it fixed the problem in Chrome, Mozilla, and Safari. If it was something else, would you let me know?

Thanks a lot for your help with this and other issues. I'm a designer trying to do the technical stuff too and it's challenging! Your help is invaluable.

Thanks,
Jeanne
Replied 17 Feb 2012 07:19:15
17 Feb 2012 07:19:15 Teodor Kuduschiev replied:
Hi, actually it was the link to the image:

url(file:///G|/000 Not Backed Up 8-07/Caroline Dooley/CFD website/bkgdtemp1.jpg);


that needed to be:
url(bkgdtemp1.jpg);


But i see this is already fixed.

Reply to this topic