registering
08-13-2003, 04:56 PM
Hi all,
I don't know if this can be done with javascript, so please excuse me if I'm posting in the wrong forum.
I'm creating PNG images via PHP that graph data. What I would like is to have a ballon or textfield populated with the numerical value pointed to by the mouse. For example, user scrolls to x,y on my PNG file and somewhere the value -97.008 shows them what they're pointing to. There are generally thousands of data points per PNG file.
Any pointers as to how to get started? I've used bitmaps in HTML before, but only to click on large regions of an image, not specific pixels.
Thanks for any help! :)
I don't know if this can be done with javascript, so please excuse me if I'm posting in the wrong forum.
I'm creating PNG images via PHP that graph data. What I would like is to have a ballon or textfield populated with the numerical value pointed to by the mouse. For example, user scrolls to x,y on my PNG file and somewhere the value -97.008 shows them what they're pointing to. There are generally thousands of data points per PNG file.
Any pointers as to how to get started? I've used bitmaps in HTML before, but only to click on large regions of an image, not specific pixels.
Thanks for any help! :)