Perfect solution: jQueryfancyboxie cannot display the close button. if the version is: 1.3.1 IE, the close button cannot be displayed.
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 perfectly solves the problem that jQuery fancybox ie cannot display the close button. This is all the content shared by Alibaba Cloud.