链接伪类(:hover)CSS背景图片有闪动BUG
 
  1. <!–[if IE 6]>  
  2. <script type=”text/javascript”>  
  3. document.execCommand(”BackgroundImageCache”, false, true);   
  4. </script>  
  5. <![endif]–>  

或者

XML/HTML代码
  1. <!–[if IE 6]>  
  2. <script type=text/javascript>        
  3. try {        
  4. document.execCommand(“BackgroundImageCache”, false, true);        
  5. } catch(err) {}        
  6. </script>  
  7. <![endif]–>

相关文章:

  • 2021-11-03
  • 2021-11-13
  • 2022-02-22
  • 2021-11-10
  • 2021-07-27
  • 2021-11-02
  • 2022-02-07
  • 2022-02-07
猜你喜欢
  • 2021-07-22
  • 2021-07-14
  • 2022-12-23
  • 2022-01-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案