How would I go about animating the width of two divs simultaneously? IE, I have two <div> elements on a page, both are 50% width.
then I'd want one of them to animate down to a width of 10%, and the other to a width of 90%. how would I make them do that, at the same time?

