Draggable and Droppable inside divs w/ overflow:hidden

Draggable and Droppable inside divs w/ overflow:hidden


I seem to be having trouble dragging anything out of a div that has
overflow:hidden set. At least in Safari, it won't bring the draggable
item outside of the div. Should there be any problems doing this?
Also, I am trying to move a link, and drop it on a droppable div,
Firefox 3 does not seem to like this at all, and never returns my
drop: function alert. Safari works great, with the exception of the
problem above.
Any reported browser issues like the ones above?