Take a look @ the source for "dragdrop.js" -- you'll see:
1) Marking is only enabled when ghosting is enabled.
2) The element with ID = "dropmarker" will automatically be shown & hidden.
2a) If that element doesn't exist, an empty DIV will be created for you.
3) The dropmarker element will automat
anyone?
On 2/9/06, Peter Michaux <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I've been confused about the purpose of _marker in dragdrop.js for
> quite a while. It doesn't really look like it does anything with
> ghosting on or off. I removed the mark method and didn't discover any
> problems. Is all th