I'm a bit of a NOOB to Jquery.
I've used the Jquery click handler on an image and am finding that when the page is scrolled, that position is out by however much the page is been scrolled. is this correct? how do I get the relative position of the mouseclick?
my code is at http://www.mars-tourist-guide.co.uk/curiosity/imgtag.html in which when you click on an image a red box should appear where the mouse was clicked.
I'm using poEvent.clientX, poEvent.clientY but I suspect thats not right
Thanks