So, this is probably a question that will result in a facepalm to my own head,
but how do make a div move to the top left corner of a container div when I use
the Spry Grow/Shrink effect? The situation is this: I have a calendar,
composed of an absolutely positioned div for each day of the month. When a
user clicks on the div, I want the div to expand and move to the upper left
corner. The Grow/Shrink effect works well, but any div not on the far left
ends up growing right out of the container.

Thanks for any help.