It works for me in my HTML, except for the background image: 'images / Header.jpg'; Instead, I see a gray color in the header, but not the image. I tried to remove the gray color, but I can not 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 do this work .. please help .. thanks
source
share