My slideshow, created with jQuery Cycle, features an overlay that utilizes CSS opacity and filters. The animation is also controlled by jQuery.
The issue arises in IE versions 6/7/8 where the filter responsible for setting the overlay opacity does not work properly during the animation, displaying a grey tint instead.
It seems that IE struggles to handle two filters simultaneously. Is there any workaround to this problem?
You can find all the code on JSBin: http://jsbin.com/ucizox/6/edit