[jQuery] Re: slideToggle jump issue

2009-07-29 Thread pouw
If you add this style: .tgl { width: 700px; } It's going to stop jumping ;) On Jun 26, 6:28 pm, Maujor wrote: > I have the same slideToggle effect in two slightly differents scenarios. > Scenario #1 - There is a CSS rule setting with:700px for the whole scenario. > Scenario #2 - There isn't a CS

[jQuery] Re: slideToggle jump issue

2009-06-26 Thread Mauricio (Maujor) Samy Silva
paddings or margins [1] http://jqueryfordesigners.com/animation-jump-quick-tip/ Regards Maurício -Mensagem Original- De: Alexandre Magno Para: jQuery (English) Enviada em: sexta-feira, 26 de junho de 2009 14:43 Assunto: [jQuery] Re: slideToggle jump issue Hello Mau

[jQuery] Re: slideToggle jump issue

2009-06-26 Thread Charlie
narrower means greater height, toggle opens further. Time is same for all content so appears faster on higher divs . one thought would be use time vs height calculation something like : speed = $(this).find('content').height() * 500 ///this is not real code or time, may have to parse also i

[jQuery] Re: slideToggle jump issue

2009-06-26 Thread Alexandre Magno
Hello Maujor, First of all, I'm your big fan... I had this problema a lot of times, sometimes in one browser, another time in others, Wich browser the problem came from? My problem was always because of padding, it seens that slideToggle doesn't consider the padding... so everytime the amount o