Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS “Change the x & y coordinates of the background image in CSS.” Re: “Change the x & y coordinates of the background image in CSS.”

#86293
Anonymous
Inactive

@ChristopherBurton Ok, I updated the image tags and now there are two white boxes where the transparent gifs usually are. This is how I updated the CSS Code:
***** Structure *****/
body { background: #e0e0e0 url(../images/backgrounds/bg-darkheader.gif) repeat-x 0 0; }
#angles { background: url(../images/backgrounds/bg-spectrum.jpg) no-repeat 50% 25px;}
#banner {border: none;}

I think I must have done something incorrect because the image doesn’t link and now there are the two white boxes. Please advise.
Thanks.