Displaying 1 result from an estimated 1 matches for "front_head".
Did you mean:
front_end
2008 Jul 15
0
Drag/Drop with Image Maps
...ant to get a different
response depending on which part of an image I drop a draggable div
object on. The context is creating an incident report form where
injuries can be dragged onto a body sketch. I''ve tried this using the
code below. However, the droppable is always identified as
"front_head", the first area object, no matter which part of the image
is dropped on. Has anyone managed to get this working successfully?
Many thanks,
Adam
<%= image_tag "body_sketch_front.gif", :usemap => "#front" -%>
<map id="front_map" name="front"...