search for: scrollby

Displaying 3 results from an estimated 3 matches for "scrollby".

2005 Nov 04
19
Drag & Scroll
When using drag and drop, the browser window will not scroll if you move the mouse off the page. This makes it very difficult, if not impossible to create certain types of web applications. I know this has been mentioned before and is on the Wish List, but it''s very frustrating. If you look at this other Javascript library called "Drag''nDrop & DHTML Library"
2008 Jun 05
0
Javascript & Scrolling
...//alert("2: "+ x.scrollWidth); // total width //alert("3: " + slider.maximum); //max width //alert("4: " + x.offsetWidth); // viewable width x = document.getElementById(''plist_con''); var col = Math.floor(x.offsetWidth / 214) var scrollby = col * 214 new Effect.Scroll(''plist_con'',{x:-scrollby, mode:''relative''}); setTimeout(''setscroll()'', 1120) } function moveN(){ x = document.getElementById(''plist_con''); alert("Position: " + x.scrollL...
2006 Jan 30
0
Draggable with auto-scroll
...tivity); if(pointer[1] > (p[3]-this.options.scrollSensitivity)) speed[1] = pointer[1]-(p[3]-this.options.scrollSensitivity); this.startScrolling(speed); } // fix AppleWebKit rendering if(navigator.appVersion.indexOf(''AppleWebKit'')>0) window.scrollBy(0,0); Event.stop(event); }, Sincerely, Ryan Gahl Design Engineer Camtronics Medical Systems (an Emageon Company) Ryan.gahl-nlycWCgr5/vuufBYgWm87A@public.gmane.org 262-369-3251 The information transmitted in this electronic mail is intended only for the person or entit...