Possible Duplicate:
Custom cursor interaction point - CSS / JQuery
I am changing the image of the mouse pointer using the CSS cursor property ("cursor: url(images/target.png), crosshair;") and have noticed when a user clicks it takes the point from the top left of the image.
How could I change that to a given x & y point within the cursor image?
edit: Custom cursor interaction point - CSS / JQuery gave me the answer (I guess it makes this a duplicate question) - thanks "mu is too short"