Similar Question:
Custom cursor interaction point - CSS / JQuery
I've been experimenting with changing the image of the mouse pointer by using the CSS cursor property ("cursor: url(images/target.png), crosshair;") and have observed that when a user clicks, it takes the point from the top left of the image.
Is there a way to adjust this so that it aligns with a specific x & y coordinate within the cursor image?
edit: The answer I was looking for can be found in this post Custom cursor interaction point - CSS / JQuery. It seems like my question may be considered a duplicate - thanks "mu is too short"