I have one solution for this kind of problems: Forcing IE8 to behave
like IE7 by adding a meta line into the <head> section.

Like this:

<meta http-equiv="X-UA-Compatible" content="IE=7" />

I guess IE8 have many issues related to javascript, so it would be the
best solution for this.


On 28 Ekim, 12:38, risteli <rist...@gmail.com> wrote:
> I have a problem with a simple animation. Maybe there's something I
> don't understand as it's the first website I'm writing with
> jquery1.3.2 ...
>
> This is the skeleton of what I'm working (I removed all the
> unnecessary code I could remove without changing the logic and the
> website structure - that's why it looks so weird):
>
> http://bottega.cangelini.com/xf-test/sito/
>
> In IE8 there is no crossfade, the first image will show and then hide
> at the end of the animation, as if it ignores opacity changes.
>
> It works on IE7 (the real one AND ie8 in ie7, which makes it really
> weird!), FF3.5, Opera, Chrome and Safari, I tried it in xp and vista.

Reply via email to