[jQuery] mootools
[jQuery] mootools
I posted the problem the other day, and it was suggested to me to put up
a sample page to help the community see the issue. You're comment about
auto height/width probably does have something to do with it. The
problem:
I have 3 div's side-by-side, two floated left. The idea is to put a
button in the middle DIV, that will 'collapse' or 'expand' the left div.
This is a common GUI element that you see all the time in programs like
Dreamweaver and others. The right Div should expand to fill the space.
The left div has to be floated left, and when you click the collapse
button, it does collapse, but first it knocks the right div down below
the left div, and after the animation is complete, the right div jumps
back up to the right of the collapsed-left div.
If that makes any sense. It seems like the float attribute is being
turned off during the animation. Or something.
-----Original Message-----
From: discuss-bounces@jquery.com [mailto:discuss-bounces@jquery.com] On
Behalf Of John Resig
Sent: Friday, September 08, 2006 6:26 PM
To: jQuery Discussion.
Subject: Re: [jQuery] mootools