The problem is that the script is applying the opacity filter to IE which causes png images to lose some of their transparency. It seems that IE is probably utilising the alpha image loader even for ie8 and the combination of filters causes the problems.
Either remove the opacity from the script or instead supply a background colour to the image to match the background. Or indeed we could supply the background image to the image’s background like so:
Thanks so much for the reply…What exactly is the opacity filter doing in the script? If I remove the opacity portion of script it should be ok? I might just get rid of that all together as i want it to be as clean as possible
I will look into Parallels… thanks! I do have a licensed copy of vista so I might just do that
What exactly is the opacity filter doing in the script
JS isn’t my area but usually most of those type of slideshows create a slight fade as the image pops in and out for a smooth transition. You can see from the code that the opacity is being addressed even though it may not be utilised.