- May 23, 2005
- 430
- 0
- 0
I want to have a div box have a background image. I'm trying to use background-image.... but no image shows up. Nothing. Not even a red X. This is how it looks:
#header {
background-image: url(header.jpg);
}
The image is in the same directory as the page itself. Why isn't this showing up? Just for kicks, I tried linking it to Google's logo using the full URL... and it worked
#header {
background-image: url(header.jpg);
}
The image is in the same directory as the page itself. Why isn't this showing up? Just for kicks, I tried linking it to Google's logo using the full URL... and it worked
