I'm having trouble trying to use this image as my background: . It just won't work...
An error occurred while trying to set the background image. The declaration was dropped.
Here is the HTML code:
<div class="linkedin"></div>
And here is the CSS code:
.linkedin {
display: inline;
background-image: url(../images/Linkedin(Idle).png);
width: 16px;
height: 16px;
}