virtual Posted September 10, 2010 Report Share Posted September 10, 2010 I am having a problem with fancybox. It's working perfectly in most browsers except of course IE. It does work in IE7 and 8 but the left and right arrows and closing X don't show up. Has anyone had this problem and did you find a solution? Quote Link to comment Share on other sites More sharing options...
newseed Posted September 11, 2010 Report Share Posted September 11, 2010 You can go to Fancybox Google Groups and read this topic to help resolve your problem. Quote Link to comment Share on other sites More sharing options...
cara Posted September 11, 2010 Report Share Posted September 11, 2010 look at the bottom of the fancybox style sheet, you will see a section that looks like this: /* IE */ #fancybox-loading.fancybox-ie div { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='scripts/fancybox/fancy_loading.png', sizingMethod='scale'); } change all the src locations for the alpha image loader to an absolute reference, ie http://www.mysite.com/images/pic.png Quote Link to comment Share on other sites More sharing options...
virtual Posted September 11, 2010 Author Report Share Posted September 11, 2010 Thank you so much both of you, it worked like a charm. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.