I have this in my HTML everything works except the background-image: ‘images/Header.jpg’;
Instead I see the grey color in the header but not the image.. I tried removing the grey color but still dont see the image…
#outerWrapper #header {
border-bottom: solid 1px #628152;
font-size: 18px;
font-weight: bold;
line-height: 15px;
height: 115px;
background-color: Grey;
background-image: url('images/Header.jpg');
How can I make this work.. please help.. thanks
Have a look at your page with Firebug for Firefox. You may not be loading the image properly. You will also be able to play with the css on the fly if that’s your issue.