jquery.pngFix 修复png图片
http://jquery.andreaseberhard.de/pngFix/
一、下载所需文件
下载jquery最新版本 http://www.jquery.com
下载pngFix包 https://files.cnblogs.com/ishibin/pngFix.zip
二、在head标签之间加入代码
<head> ... <script type="text/javascript" src="jquery-latest.pack.js"></script> <script type="text/javascript" src="jquery.pngFix.js"></script> <script type="text/javascript"> $(document).ready(function(){ $(document).pngFix(); }); </script> ... </head>
技术文档