SoFunction
Updated on 2025-03-06

Perfect solution to the problem that jQuery fancybox ie cannot display the close button

If the version is: 1.3.1 IE cannot display the close button

If the version is: 1.3.4 IE6 cannot display the close button

Solution:

Version: 1.3.1

Open Comment out this line:

.fancybox-ie #fancybox-close {
  background: transparent;
  filter: progid :  ( src =
    'images/fancy_close.png', sizingMethod = 'scale' );
}

Version: 1.3.4

Open -1.3. Comment out this line:

.fancybox-ie6 #fancybox-close {
  background: transparent;
  filter: progid :  ( src =
    'fancybox/fancy_close.png', sizingMethod = 'scale' );
}

The above article perfectly solves the problem that jQuery fancybox ie cannot display the close button. This is all the content I share with you. I hope you can give you a reference and I hope you can support me more.