超级简单的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.
/* Works best for background images with set dimensions Just add a ".pngfix" class to anything you want fixed or put in some other jQuery selector. */ $('.pngfix').each( function() { $(this).attr('writing-mode', 'tb-rl'); $(this).css('background-image', 'none'); $(this).css( 'filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="path/to/image.png",sizingMethod="scale")'); });
以上是关于超级简单的jquerypng修复IE6背景图片的主要内容,如果未能解决你的问题,请参考以下文章
HTML IE6 PNG修复使用DD_belatedPNG并支持重复背景