JavaScript IE6 png-fix jQuery

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JavaScript IE6 png-fix jQuery相关的知识,希望对你有一定的参考价值。

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

以上是关于JavaScript IE6 png-fix jQuery的主要内容,如果未能解决你的问题,请参考以下文章

jq双日历--最终版(功能兼容IE5,样式兼容IE6)

mui项目中如何使用原生JavaScript代替jquery来操作dom

JS/JQ常见兼容辅助插件

jQurey

jQuery

jquery基础