Darkmatter5
11-26-2008, 04:00 PM
Here's my CSS code
#header {
height: 60px;
border-bottom: 2px solid black;
background-image: url(images/hdr-bkg.png);
background-repeat: repeat-x;
/*background-color: fuchsia;*/
z-index: 2;
}
In my HTML file I've created the header div, but the image won't show up in FF or IE. The path to the file is correct, what could be causing this?
#header {
height: 60px;
border-bottom: 2px solid black;
background-image: url(images/hdr-bkg.png);
background-repeat: repeat-x;
/*background-color: fuchsia;*/
z-index: 2;
}
In my HTML file I've created the header div, but the image won't show up in FF or IE. The path to the file is correct, what could be causing this?