I am trying to set this image: http://www.flaticon.com/free-icon/linkedin-logo_34405#term=linkedin&page=1&position=1 as my background image, but it doesn't work...
Error in parsing value for 'background-image'. Declaration dropped.
Code(HTML):
<div class="linkedin"></div>
Code(CSS):
.linkedin {
display: inline;
background-image: url(../images/Linkedin(Idle).png);
width: 16px;
height: 16px;
}