Ok, after a couple of tests I finally found something you should take a look at.
If I'm using the Tabs:slideshow plugin with the 'fade' effect, and I put images on which I set a CSS position attribute, this images isn't faded anymore on IE.
Try yourself - just apply a position:relative on your images in this example :http://flowplayer.org/tools/demos/tabs/slideshow.htm and see the result.
The position:relative is though supported by both IE6 & 7, but not 8.
And the absolute positioning is not supported at all, regardless of the IE version.
None of these bugs were reported on FF and Safari.
If I'm using the Tabs:slideshow plugin with the 'fade' effect, and I put images on which I set a CSS position attribute, this images isn't faded anymore on IE.
Try yourself - just apply a position:relative on your images in this example :http://flowplayer.org/tools/demos/tabs/slideshow.htm and see the result.
The position:relative is though supported by both IE6 & 7, but not 8.
And the absolute positioning is not supported at all, regardless of the IE version.
None of these bugs were reported on FF and Safari.
