View Full Version : I can't see the picture! Why?!


Rainaira
06-21-2004, 02:12 AM
I've been working on getting my site switched over to CSS, and I can't get the Background image to show up. Why is this?!

body
{ background: #000000;
background-image: warofgenesis.jpg;
background-repeat: no-repeat;
background-position: top center;
background-attachment: fixed; }

Does anyone see something wrong with this I'm missing? Or am I just not seeing it on my end? (http://BlessedRain.us.tt/)

pom
06-21-2004, 02:34 AM
I'm not sure, but I'm guessing you'll have to put the whole URL of the pic, not just warofgeneses.jpg , if you get what I'm saying.

Hope that helped... :confusion

kittycat
06-21-2004, 03:09 AM
The background line should be this
background-image: url(warofgenesis.jpg);

pom
06-22-2004, 12:36 AM
The background line should be this
background-image: url(warofgenesis.jpg);

Yes, that's what I was trying to say. :D