2
can make a background-image css clickable?
Follow 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;
With javascript is possible,
– Pedro Camara Junior
how???
– Gladison Neuza Perosini
Clickable how? What is to happen at the click? Any element is clickable, but the background image itself is not.
– bfavaretto