I have tried all the solutions on SO but did not succeed. I have an image to be appear as a cursor on my image. I have tried all of these.
img:hover{
cursor: url(../images/wand.ico), auto;
}
img{
cursor: url(../images/wand.ico), auto;
}
Not with the .ico
but with the .png
too. In both cases these are not working. I have read this case. But doing so did not help. Resize the image but still cusror is not working. Any body can help me in this regard?. I did not have that much knowledge but i searched and researched almost every solution.