I need 2 form fields that control the x and y coordinates of an image. For instance if you type 3 in the first text entry box and 3 in the other and click submit the image should move to (3,3)
Here is what i have so far:
<div id="image1" style="position:absolute; overflow:hidden; left:171px...