I would like to know how I change the cursor by putting an image that I want, is it possible?
I have tried to do this as follows:
CSS?
#esquerda{
width: 400px;
height: 600px;
border: 2px solid red;
cursor: url(imagens/cursor-154478__180.png);
}
But nothing happens, but if I change the part of the url on to a crosshair
it works, could anyone help me?