我的动画gif(带alpha)在我的模态窗口上是不透明的

时间:2012-04-30 20:43:27

标签: javascript html image dom

同样的gif在其他页面上显示得很好,但在jQuery SimpleModal控件上却没有。 问题在IE,FireFox,Chrome中重复出现。

$("#id_MainImg").attr("src", "img/loading_.gif");

// first, show modal, and processing clock.
$("#id_show_individual").modal('', {
    closeHTML:"",
    containerCss:{
        backgroundColor:"#fff",
        borderColor:"#fff",
        height:160,
        padding:0,
        width:350
    },
    overlayClose:true
});

这是我首先显示处理时间的方式。这是在我从服务器获得结果之前。

enter image description here

然后我将其更改为正确的图像。

可能是什么问题?

0 个答案:

没有答案