div{
width:200px; height:200px; background:red;
cursor:url(images/eyedropper.png) 25 25, auto;
}
<div></div>
I have an eyedropper image for cursor like above
my problem is this image point to left bottom corner, but cursor default is point to left top corner. Is any way to change pointer to left bottom or move background image?