Hi,

I'm not sure, but I would investigate a few things:

- Maybe use onSuccess instead of onComplete? (I'm not sure of the
differences though)
- Maybe injecting the response html manually into 'ajax' instead of
using the 'update' option. Maybe 'update' doesn't work well with
fading with onComplete/Success?

And although not directly related to your problem, I would suggest to
maybe make a small class for your request/fading code? This should cut
down on repeated code and and make it easier to update/debug in the
future.

Michal.

On Oct 23, 1:23 pm, ApprendistaStregone
<[EMAIL PROTECTED]> wrote:
> Hello,
> I recently "discovered" mootools and used it in a new site
>
> http://www.areatel.it/
>
> the problem is that everything works fine in firefox / safari / chrome
> etc... but not in IE7!
>
> it's very simple
>
> HTML
>
> -- HEADER STUFF--
>
> <div id="ajax"> here goes the main content </div>
>
> -- FOOTER STUFF --
>
> when you click a link in the navbar javascript fades out ajax div,
> call via remote.html the actual content of the div and then fades it
> in again.
>
> You can see the code herehttp://pastie.org/298833
>
> So the effect works fine on every browser I tried but Internet
> Explorer 7..... someone knows why??
>
> Thank you very much!

Reply via email to