How to make a background-image css clickable?
Here is the code I have:
position: relative;
width:140px;
font-family: Arial, Verdana;
font-size: 15px;
padding: 5px;
background-image:url(../../img/buscar-icon.png);
background-repeat:no-repeat;
background-position:right;