I have a picture generated with GDLib. In this picture gdlib adds some gif dots in various locations, according to database data.
Now i would like to somehow identify these dots with javascript and make a simple fadein/fadeout function for these dots.
However since its being done with gdlib, i assume the images is interpreted as being just 1 image, and therefore i cannot idetify these dots with JS.
So my question is which technique i should use for this ?
Thanks
canvasinstead. Edit: Or, like Bart suggests, "draw" everything with HTML elements (one wrappingdivand a bunch ofspansfor the dots should do it)