View Full Version : background image


e_curls
06-20-2004, 08:24 AM
I'm trying to get my bakground image on my site layout but it's not working on the page once I refresh it.

This is my code in my style sheet:

body {

margin:0px;
font-family:verdana, arial, georgia;
font-size:11px;
line-height:18px;
background-color:#fff;
background-image:url('http://www.jadingheart.com/girlbeach2.gif'); background-repeat:no-repeat;
background-attachment:fixed;
}

the picture itself doesn't show up and it's very frustrating! Can anyone help me out?

Thanks...

e_curls

ps...the website address that I have it on is http://www.jadingheart.com/index4.html

thanks again

Lissa
06-20-2004, 01:41 PM
Looks ok to me. I don't put my image url in quotes though, I don't know if that makes a difference or not.

pb&j
06-20-2004, 04:10 PM
your background image looks fine, but it looks like a lot of text seems to be overlapping in IE6 at 800x600.

e_curls
06-20-2004, 06:44 PM
thanks....it's still giving me issues...but i'm slowly working them out