note that Fx.SmoothScroll has no toTop method ( http://mootools.net/docs/more/Fx/Fx.SmoothScroll). indeed it has no methods. You want Fx.Scroll.
On Thu, Mar 4, 2010 at 10:19 AM, Matthew Hazlett <[email protected]> wrote: > You have to include mootools more and put anchors around your elements. > > Here you go: > http://mootools.net/shell/z3G6r/1/ > > > -----Original Message----- > From: [email protected] > [mailto:[email protected]] On Behalf Of hamburger > Sent: Thursday, March 04, 2010 12:47 PM > To: MooTools Users > Subject: [Moo] Re: .toTop() and #undefined > > hello again, > here is it in mooshell > http://mootools.net/shell/z3G6r/ > but it doesn't help because the browser bar is still in use by the > shell. > i found out, that it also doesn't work in firefox 3.6 > > On 4 Mrz., 17:40, "Matthew Hazlett" <[email protected]> wrote: > > Some code on mooshell would be helpful > > > > > > > > -----Original Message----- > > From: [email protected] > > > > [mailto:[email protected]] On Behalf Of hamburger > > Sent: Thursday, March 04, 2010 10:41 AM > > To: MooTools Users > > Subject: [Moo] .toTop() and #undefined > > > > Hello, > > if i use the following code: > > new SmoothScroll({ duration:500 }, window).toTop(); > > > > i have in the browser bar the linehttp://www.xyz.com/#undefined > > > > is there a possibility to avoid the #undefined?- Zitierten Text > ausblenden > - > > > > - Zitierten Text anzeigen - > >
