问题 - 显示下载图片:IE8中的空白,供一些用户使用 [英] Issue - Showing downloading picture about:blank in IE8 for some users

查看:85
本文介绍了问题 - 显示下载图片:IE8中的空白,供一些用户使用的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在ASP.Net网站上开发了一个网站。大约有3位用户报告说只有加载图片无休止。我在任务栏中看到它说(剩下1项)下载图片:空白。我尝试在浏览器中更改一些设置但没有成功。当我删除加载图像时,它工作正常。但我也需要加载图片。





I have developed a site in ASP.Net website. Some 3 users have reported back with only the loading image unending. I saw in the task bar it says (1 item remaining) Downloading picture about:blank. I tried changing some settings in the browser and no success. When i remove the loading image it works fine. But i need the loading image also.


$(window).load(function () {
    $(".loader").fadeOut("slow");
})







.loader { 
        position: fixed; 
        left: 0px; 
        top: 0px; 
        width: 100%; 
        height: 100%; 
        z-index: 999999; 
        background: url('../images/page-loader.gif') 50% 50% no-repeat #000; 
        opacity:1; 
        filter: alpha(opacity=100); 
}





有人可以帮我解决这个问题吗?。



Can anybody help me on this issue?.

推荐答案

window )。 ( function (){


。loader)。fadeOut( );
})
(".loader").fadeOut("slow"); })







.loader { 
        position: fixed; 
        left: 0px; 
        top: 0px; 
        width: 100%; 
        height: 100%; 
        z-index: 999999; 
        background: url('../images/page-loader.gif') 50% 50% no-repeat #000; 
        opacity:1; 
        filter: alpha(opacity=100); 
}





有谁可以帮我解决这个问题?。



Can anybody help me on this issue?.


I have solved it myself. It was a different technique to handle in JQuery. Please find the below code as the solution

<pre lang="Javascript">


这篇关于问题 - 显示下载图片:IE8中的空白,供一些用户使用的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆