From: Roger J. <rog...@fr...> - 2000-11-23 08:25:02
|
As was suggested here, I added a "cover layer" to catch the drag event to make my image covered layer draggable, and it works :) I have tested in Netscape 4.75, 6.0 and IE 5 on the Mac. I did discover one thing/bug/issue though: To make dragging work properly in Netscape 4.x/Mac, i had to change line 41 in inc/js/lib/dynapi/api/dragevent.js from e.setBubble(true) to e.setBubble(false). This will disable the "click-and-hold contextual menu" that otherwise will appear. What else will this affect? /R -- Roger Johansson Framfab, Lilla Torget 6, SE-403 17 Gothenburg, Sweden Phone +46 31 13 34 44 http://www.framfab.com/ -- |