[Proto-Scripty] scrollTo

2010-03-22 Thread Russell Keith
I have a div that I am updating with text as processes complete. How can I use $(element).scrollTo(); to make sure it is always scrolled to the bottom? In my HTML I have this div In my js I have calls like this to update the user as to what is going on while they wait. $('msgCenterCont

[Proto-Scripty] ScrollTo effect

2009-08-03 Thread Shick
I have managed to get this effect to work on a "return to top" button, but i'm working on a horizontal layout, and was wondering if there is a way to adapt this effect to work horizontally. example, scroll to a div that is located to the left of the current page position I hope this makes sense

RE: [Proto-Scripty] scrollTo

2010-03-22 Thread Russell Keith
:25 PM To: prototype-scriptaculous@googlegroups.com Subject: [Proto-Scripty] scrollTo I have a div that I am updating with text as processes complete. How can I use $(element).scrollTo(); to make sure it is always scrolled to the bottom? In my HTML I have this div In my js I have calls lik

[Proto-Scripty] scrollto with margin-top?

2009-05-21 Thread Clemens K.
hi. i have a position:fixed; menu on top of my page with a height of 175px. i used the code from http://papermashup.com/prototype-page-scrolling/ to implement some nice page scorlling, but the scroll effect puts the chosen container on the top of the page, behind my menu... how can i assign a ma

[Proto-Scripty] ScrollTo: scriptalicious vs. prototype

2008-10-27 Thread eastgatesystems
In sketching a new project, I observed that the Scriptalicious new Effects.ScrollTo(someElement) was scrolling to an unexpected place, while someElement.scrollTo() did scroll to the place I had expected. The page does have a float (though the element in question is not floated), but

[Proto-Scripty] ScrollTo function from menu item to iframe at the bottom of the same page

2011-11-18 Thread Young Skywalker
Hi, I have a menu item at the top of my homepage that opens a specfic target link in an iframe at the bottom of the same page. I'm now trying to get the page to scroll down to the iframe when the menu item is selected. With the code below I can get the menu item to open the correct target link, bu