kingquake21 发表于 2013-1-29 09:14:58

IE6不缓存页面中的背景图片

IE7是会缓存页面的背景图片的
在IE6下可以使用下面方法开启缓存
<!-->
<script type="text/javascript">
   try{document.execCommand("BackgroundImageCache", false, true);}catch(e){}
</script>
<!-->
页: [1]
查看完整版本: IE6不缓存页面中的背景图片