Pretty basic problem, but it's driving me crazy. I've got a header, followed by a nav menu. I want a background image for my header but it will not display. I do not get errors on my CSS according to WebDeveloper, but the image will not display!
Here is my html:
<div id="header">social change </div>
<div id="nav">
......
Here is my css for the header:
#header {
background:transparent url(../images/header.jpg) no-repeat scroll center;
height: 200px;
}
I've also tried "no-repeat fixed center" for the css - no change