[JavaScript] 修复 IE6 PNG 问题 →→→→→进入此内容的聊天室

来自 , 2019-03-17, 写在 JavaScript, 查看 127 次.
URL http://www.code666.cn/view/dce8af15
  1. $('.pngfix').each(function ()
  2. {
  3.     $(this).attr('writing-mode', 'tb-rl');
  4.     $(this).css('background-image', 'none');
  5.     $(this).css('filter', 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src="path/to/image.png",sizingMethod="scale")');
  6. }
  7. );
  8.  

回复 "修复 IE6 PNG 问题"

这儿你可以回复上面这条便签

captcha