Re: [Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Jeroen Verhagen
Hi Thomas, On 12/30/05, Thomas Fuchs <[EMAIL PROTECTED]> wrote: > My guess is that you're using: > > blah > > style links. You must add "return false" to the onclick event, like > this: > > blah That was it! Many, many thanks... Jeroen ___ Rails-spinof

Re: [Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Thomas Fuchs
My guess is that you're using: blah style links. You must add "return false" to the onclick event, like this: blah So the "#" href isn't executed by the browser (which scrolls the page to the top). -Thomas Am 30.12.2005 um 15:57 schrieb Jeroen Verhagen: Hi all, I'm using Scriptacul

[Rails-spinoffs] unwanted scrolling

2005-12-30 Thread Jeroen Verhagen
Hi all, I'm using Scriptaculous version 1.5.0 to make div's that are hidden at first (display: none position : absolute) visible using the cool effects of Scriptaculous. However when I use the effects (Appear, BlindDown, BlindUp) on div's that are positioned low in a long page IE and Firefox alway