解决方法之二:使用

<script type="text/javascript">
    try{document.execCommand("BackgroundImageCache", false, true);}catch(e){};
</script>

该方法原是解决IE6下背景闪烁bug的方法之一

返回之路的博客返回本文章首页