I have a simple accordian-style menu working well. Taking care to enclose inner, padded elements in divs ensures that everything animates smoothly.
However, I've run into a problem that I've read about here, but apparently without a solution ( http://groups.google.com/group/jquery-en/browse_thread/thread/144a0442d5e5fa1c/4021595523934962?lnk=gst&q=float+animation+jumps#4021595523934962 ). Simply put, if you include an element in a list element with a float:right... Then when that parent list element is expanded, it will expand beyond the actual height of its contents (including the float:right element), then abruptly snap back up to the actual height. Has anyone found a way to solve this? (If it's hard to visualize, I'll try to post an example, but presently all my working code is offline.) ...Rene