Hi.
I have an image that i want to select parts of it with the mouse.If the cursor moved into an html area then a specific part of the image should be selected.Now here is the problem.I was thinking image behind image but i don't think it can be done like this.If pass over an ares then i should be outlined and if i click on the area it should be selected.Now i want to select multiple areas with ctrl+click so the problem is that if i have p.e. 10 areas to select then i can do combinations on selecting areas and i will end up with over 100 images if i do image over image.
So the main things i want to do:
1)Cursor passed over, the specific area is outlined
2)Outlined area clicked, the area is selected(like looses a little opacity) and i put the selected value in another object.textbox,combobox, whatever.
3)Pressing control over another outlined area, area is also selected and the previous selected area(s) stay selected.
If not possible then i would just want an outline, then click, then area selected.*
If not possible then just an outline.**
Is image over image acceptable for the last two(*,**) ?
Thanks.