Im using fade in/out jquery on my site but it doesnt work in IE,
banners[0].fadeOut(1000, "linear");
banners[1].fadeIn(1000, "linear");
banners is an array with my elements in.
Ive checked other posts such as
jquery IE Fadein and Fadeout Opacity
Tried all of the suggestions such as setting the filter but no luck. My elements are positioned absolute too.
My fading images are not transparent, they are just jpegs
Any ideas?