Anyone have ideas for solving the “n items remaining” problem on Internet Explorer?

前端 未结 7 1445
灰色年华
灰色年华 2021-01-30 17:22

In my ASP.Net app, which is javascript and jQuery heavy, but also uses master pages and .Net Ajax pieces, I am consistently seeing on the status bar of IE 6 (and occasionally IE

7条回答
  •  心在旅途
    2021-01-30 17:57

    I have fixed this by doing the following. It's a hack but it works.

    Simply load your image using an invisible IMG tag just after the body tag. Eg,

    
      
    
      ...
    
    

    IE seems to load that same image via css with no issues after this.

提交回复
热议问题