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 <[EMAIL PROTECTED]> wrote:

> Hello,
> 
> I've added an effect to make the pages fade when i
> click on some other  
> internal link, like this:
> 
>       $("a").not(".external").click(function() {
>               var url=this.href;
>               
>               // fade effect
>               $("#contenu").fadeOut("slow",function() {
>                       document.location.href=url;
>               });
>               return false;
>       });
> 
> This works in all browsers i've tested (Safari & FF
> on Mac, IE5.5 on  
> Virtual PC, where it is slow, but that was
> expected). However, my  
> client says that on IE7, the #contenu div first
> jumps up by about 20px  
> before it fades out.
> 
> I'm wondering if this is a known issue ?
> 
> (Apparently the type also becomes aliased before the
> fade completes.)
> 
> I am thinking of removing the function altogether
> for IE, but i've  
> already removed so much niceties from my layout for
> that browser that  
> there is barely anything left...
> 
> Thanks for any advice!
> 
> Best regards,
> 
> -- 
>    sholby
>    courriel : [EMAIL PROTECTED]
>    web      : http://www.sholby.net/
> 
> 
> 
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
> 



 
____________________________________________________________________________________
Food fight? Enjoy some healthy debate 
in the Yahoo! Answers Food & Drink Q&A.
http://answers.yahoo.com/dir/?link=list&sid=396545367

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to