I have a webpage that loads data into a DIV using the AJAX
getdata(whatdata,whatdiv) function.

Initially the DIV is hidden and I only want it displayed using the
Effect.Slidedown function once the data has been loaded into the DIV.

The problem is if I place the Effect.Slidedown function after the
getdata call nothing happens. If I place the effect.slidedown before
the getdata call it works in a way but the box jumps down (I'm
guessing because when its called the size of the DIV isn't correct
height as its having data loaded into it by the getdata call).

The problem seems to be that the AJAX getdata call somehow changes the
way javascript after the AJAX command works.

I was wondering if anyone has had a similar problem and if they
managed to find a solution.

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to