is there a way to make the window scroll when the mouse gets near it's boundaries using mootools?
Posted
by significance
on Stack Overflow
See other posts from Stack Overflow
or by significance
Published on 2010-05-12T14:30:24Z
Indexed on
2010/05/13
8:54 UTC
Read the original article
Hit count: 159
i need to make a drag and drop list for re-ordering which is longer than the screen height.
in order to make this usable, the window needs to scroll while the element selected and the mouse is near the boundaries of the screen.
what is the best way to achieve this?
thanks :)
© Stack Overflow or respective owner