I have been trying to find out why for several days now (turning things on and off to see caused it) and finally found it's fancybox's CSS -- not it's javascript, it's CSS!
I googled around and found I was not alone in this.
basically edited the fancybox css file and commented-out (or just removed..) any mention of: filter: SomethingOrOther;
e.g.
.fancybox-ie6 #fancybox-close {
background: transparent;
/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale');*/
}
... etc.
Hope this helps at least one person!
Dunno what those effects where supposed to be but they're causing a problem... however I've looked at the resulting image-popup under IE6, 7 and 8 and they look the same as before to my eyes... so whatever the effect was, it was probably wrong to begin with..
Edited by mpalasis, 28 May 2012 - 01:08 PM.









