I noticed that for the fancybox-ie styles it tries to source the shadow images from the root/fancybox directory (which doesn't exist) rather than the fancybox dir inside the plugin.
I noticed that for the fancybox-ie styles it tries to source the shadow images from the root/fancybox directory (which doesn't exist) rather than the fancybox dir inside the plugin.
Example:
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
Should be:
.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./fancy_shadow_n.png', sizingMethod='scale'); }
Came here to say the same - tons of 404s because of this from IE users.
You must log in to post.