I have been trying to add background image to a div class using CSS, but I didn\'t have any success.
HTML code:
Specify a height and a width:
.header-shadow{ background-image: url('../images/header-shade.jpg'); height: 10px; width: 10px; }