[jQuery] A fadeout effect makes the page jump up in IE7

[jQuery] A fadeout effect makes the page jump up in IE7

I had the same problem with slide recently, and didn't
get a response from this list :/
What I found (and this might not be the root cause) is
that the margins around the divs or parent divs was
affecting it somehow. If I just had a div by itself,
without a parent div positioning it via margins, let's
say... the jumping didn't happen. I got inconsistent
behavior across the browsers though (FF/IE7/IE6)
depending on what I changed with the margins. I'm
guessing you have a margin on the bottom that pushes
the div up? for mine, I had a margin on the left and
my div jumped to the right.
I could be off base, but didn't hear any other ideas
from here so there's mine :)
-kim
--- sholby <sholby@free.fr>