[jQuery] Re: A little help please....

2008-09-07 Thread Klaus Hartl
On Sep 7, 2:02 am, "Michael Geary" <[EMAIL PROTECTED]> wrote: > There are probably quite a few of us who would have seen that and gone, "Oh > yeah, must be margin or padding as usual." I think most probably the culprit is a collapsing margin, which doesn't collapse anymore once the elements are a

[jQuery] Re: A little help please....

2008-09-07 Thread Schalk Neethling
Hi there Michael and Chad, Thanks for the help it worked perfect. Thanks for the suggestion regarding the subject of the mails. Regards, Schalk Michael Geary wrote: > Any time you get a jump like that at the beginning or end of an animation, a > likely culprit is margin or padding on one of th

[jQuery] Re: A little help please....

2008-09-06 Thread Michael Geary
Any time you get a jump like that at the beginning or end of an animation, a likely culprit is margin or padding on one of the elements you're animating. In this case, at least in FF3, the browser default margin on your H2 elements seems to be causing it. I found that a bit surprising - usually t

[jQuery] Re: A little help please....

2008-09-06 Thread Chad Pry
maybe tinker with the css #about, #contact { clear:both; height:auto; overflow:hidden; } i think it has to do with the effect using overflow hidden in the animation. On Sep 6, 11:00 am, Schalk Neethling <[EMAIL PROTECTED]> wrote: > This just got a little more interesting. In IE 6 and 7 the con

[jQuery] Re: A little help please....

2008-09-06 Thread Chad Pry
is it the overflow?? On Sep 6, 11:00 am, Schalk Neethling <[EMAIL PROTECTED]> wrote: > This just got a little more interesting. In IE 6 and 7 the content jumps > down, in IE 8 and FF it jumps up and in Opera 9.5 it is perfect, hmmm > > Any thoughts? > > Thanks, > Schalk > > Schalk Neethling wrote

[jQuery] Re: A little help please....

2008-09-06 Thread Schalk Neethling
This just got a little more interesting. In IE 6 and 7 the content jumps down, in IE 8 and FF it jumps up and in Opera 9.5 it is perfect, hmmm Any thoughts? Thanks, Schalk Schalk Neethling wrote: > Hi there, > > I had my first experience with jQuery today and I am experiencing a > little hic