views:

24

answers:

0

I am using jQuery-ui *draggable()*, and overall, works fine.

Issue I am having is when either a form button or field, or flash video is inside the draggable div area -- and the drag event does not fire when use mouses over those elements to try and drag the draggable() div.

What I need (I think) is something like what the iframeFix parameter does according to the documentation (apparently places a transparent div over the contents so the drag fires).

Does anyone know a way to get around this issue?

Thanks -