I have been trying to add background image to a div class using CSS, but I didn\'t have any success.
HTML code:
It is happening because .header-shadow is empty.
.header-shadow
Add height to it:
height
.header-shadow{ background-image: url('../images/header-shade.jpg'); background-color: red; height: 50px; }
Fiddle here.