scriptaculous effects failing
If an effect using scriptaculous fails it could be due to it being applied to an element that is hidden (display: none) If the display is set within a css file it needs to be moved to be inline on the element. ie <div style=”display: none”>
The effect should then work.
Thanks to the notes on Effect.Appear at github for this.


