I took a look at your code and I can repeat the same results. Stepping through Fx.Scroll I think I located the issue.
getSize and getScrollSize return the same x,y values in Safari. So when the offsets are calculated for the animation its always a transition of 0. The problem seems to reside in getScrollSize in Element.Dimensions. There might be a ticket already open in Lighthouse haven't checked yet. I did find this url that provides code that returns scrollSize correctly http://www.howtocreate.co.uk/tutorials/javascript/browserwindow On Sun, Sep 21, 2008 at 1:04 PM, aiko yamada <[EMAIL PROTECTED]> wrote: > > Dear MooTools Users. > Sorry, I'm just practicing mootools, so please don't be mean to me. >< > > I tried to make the scroll page, but it didn't work only on Safari. > (I tested on Safari 3.1.2(525.21), Firefox2, Firefox3, IE6, IE7, IE8, > Opera) > Here's a test link : http://www.watakushi.info/bus0B12/index.shtml > > I want to work this on Safari. > Could anyone tell me how to do it please? > Thanks in advance. > > -- > aiko yamada > http://www.watakushi.info/ >
