This article describes how to solve the problem that the close button cannot be displayed in jQueryfancybox in IE browser. For more information, see if the version is: 1.3.1 IE.
If the version is: 1.3.4 IE6, the close button cannot be displayed.
Solution:
Version: 1.3.1
Open fancybox.css and comment out this line:
. Fancybox-ie # fancybox-close {background: transparent; filter: progid: DXImageTransform. Microsoft. AlphaImageLoader (src = 'images/fancy_close.png ', sizingMethod = 'Scale ');}
Version: 1.3.4
Open jquery.fancybox-1.3.4.css and comment out this line:
. Fancybox-ie6 # fancybox-close {background: transparent; filter: progid: DXImageTransform. Microsoft. AlphaImageLoader (src = 'fancybox/fancy_close.png ', sizingMethod = 'Scale ');}
The above content is the solution that jQuery fancybox cannot display the close button in IE browser. I hope it will help you!