More Questions Than Answers

Dan Atrill's blog site

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 [...]

more... »

Fri, June 19 2009 » Web developing, ajax / javascript » No Comments