search for: drag_box

Displaying 1 result from an estimated 1 matches for "drag_box".

Did you mean: drag_box2
2005 Jun 23
0
dragdrop library
...offsetHeight)) draggable.element.style.top = parseInt(Content.content.offsetHeight) - parseInt(draggable.element.offsetHeight) + ''px''; } } Content.init(''content''); // content is a container for the draggables var box = new Draggable(''drag_box'', { change: Content.confine }); var box2 = new Draggable(''drag_box2'', { change: Content.confine }); See my demo at www.cloudius.com Trying to make an interactive desktop-like interface. Next I was planning on making the "windows" resizabl...