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: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Resig Sent: Friday, September 08, 2006 6:26 PM To: jQuery Discussion. Subject: Re: [jQuery] mootools > You're probably right. I'm setting up a page that has some nice moo > effects next to some jquery-interface counterparts. The jquery ones > are acting a bit wonky in certain circumstances. If the active Jquery > community can help me figure out the issues, and reproduce the moo > effects, we could probably convert some more moo-ers to Jquery. If you could help us to quantify "a bit wonky", that would definitely help. jQuery effects are different from moo ones is a number of ways. For example, jQuery effects automatically set the height/width of an element to 'auto' where applicable - which is great for developers, and something that moo.fx doesn't even consider. --John _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
