Background image problems.l.l

where did the background for my <footer>go, shouldn’t it be there? (the image does exist)

You should validate your code. It will tell you what the issue is. :slight_smile:

footer {
width:100%;
height: 285px;
background-image:url(../images/FooterBg.jpg) repeat-x;
clear: both;
}

background-image doesn’t allow a repeat-x value.

thank you, I didn’t know validation did that

This is it, right?
http://www.w3schools.com/web/web_validate.asp

It goes to http://jigsaw.w3.org/css-validator/ so it’ll do. :slight_smile: