Jquery fancybox ie6 does not show the close button solution

  • 2020-03-30 01:04:31
  • OfStack

Solutions:

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');   
}   


Related articles: