I have a div that appears if errors were encountered during a processing step. I have a 'More Info' link which, when clicked, I would like to expand and show specific errors encountered.
I thought I could use scriptaculous and the Effect.Grow()
animation but this seems to always start from 0px x 0px and scale up.
Is it possible to start from the existing dimensions of my div and grow from there?