是否有一个IE6/PNG修正式开发的s队?

如果没有可用的插件我应该使用?

有帮助吗?

解决方案

我在使用 jquery.pngFix.js.我不知道如果这是官方认可或不,我不知道,它的工作。我选择了它,因为它是插件,包括与FancyBox,没有其他原因。

其他提示

.宏达pngfix 总是为我工作,即使在情况下,延插件失败。

看看这个。有些人提插件的意见。

PNG解决从24的方式

你好,本,这是我解决这个问题

下载jQuery件"pngFix"从(http://jquery.andreaseberhard.de) 伟大的插件通过的方式!

-改变这些线条如下:

// this line
jQuery(this).find("img[src$=.png]:visible").each(function() { 
// this line
jQuery(this).find(":visible").each(function(){
// and this line
jQuery(this).find("input[src$=.png]:visible").each(function() {

-之前结束的地方这个代码

// Store a reference to the original method.
var _show = jQuery.fn.show;

// Overriding Show method.
jQuery.fn.show = function(){
  // Execute the original method.
  _show.apply( this, arguments );
  // Fix Png 
  return $(this).pngFix();
}

//No more problems with hidden images

})(jQuery);

//The End

嘿,伙计们,只是想折腾这一个。我周围挖为它再次,它有一个具体优势的其余:可重复的背景,以及作为背景位置(一个这就是标记为最好的答案在这里其实只是扩展的背景图像)。

http://www.dillerdesign.com/experiment/DD_belatedPNG/

它是如此之大。只是把它忘了它的存在。还没有看到它的引爆设置的CSS。

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top