tags:

views:

7

answers:

0

I have a little HTML div area set up which reacts to ontouch events (for Safari mobile on iPad) and I want to show the touched location by putting another smaller "bullseye" div element above it. However, I don't want the bullseye div element to catch the drag and drop and avoid it being passed on to the actual touchable area. How would I do this in DHTML, i.e. tell an element to be "untouchable" and "uncovering", even though its z-index is higher?

Thanks!