OpenIntro
09-25-2006, 01:00 PM
I am trying to place an image on my background using CSS and using the following properties, but all that is showing up is the background color. If I remove the bottom 3, the image then appears. How do I use the bottom 3 attributes correctly?
body {
background-image: url(etback.jpg);
background:#484033;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
}
body {
background-image: url(etback.jpg);
background:#484033;
background-attachment: fixed;
background-repeat: no-repeat;
background-position: bottom left;
}