Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript show/hide Reply To: show/hide

#241285
Shikkediel
Participant

Hmm… looking back at the code, it might be up for a small revision. I suppose I used the following so it was easier to pass on this but it probably makes more sense to use window instead here :

this.addEventListener('mousemove', dragIt, false);

Meaning some other lines would have to be changed as well… but the overlapping issue should disappear.