超级简单的jquerypng修复IE6背景图片

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了超级简单的jquerypng修复IE6背景图片相关的知识,希望对你有一定的参考价值。

This was not written by me, but Jeffrey Olchovy. I uploaded it here because his blog messes up the quotes.
  1. /*
  2.   Works best for background images with set dimensions
  3.   Just add a ".pngfix" class to anything you want fixed
  4.   or put in some other jQuery selector.
  5. */
  6. $('.pngfix').each( function() {
  7. $(this).attr('writing-mode', 'tb-rl');
  8. $(this).css('background-image', 'none');
  9. $(this).css( 'filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="path/to/image.png",sizingMethod="scale")');
  10. });

以上是关于超级简单的jquerypng修复IE6背景图片的主要内容,如果未能解决你的问题,请参考以下文章

我用Jquery Png后a:hover背景图依旧不透明!

IE6 PNG透明度修复与背景定位

HTML IE6 PNG修复使用DD_belatedPNG并支持重复背景

一款超级简单易用的Android热修复框架 WandFix 使用详解

PNG IE6bug修复

css IE6的透明PNG修复