如题,在IE7,8下当enabled=false的时候光标显示为disabled,但是在IE六下仍然显示为hand!郁闷了。。 
代码如下: 
if (type("C8工作台") == "调试中") 
        { 
            this.ImageButton26.ImageUrl = "img/C8B.gif"; 
        } 
        else if (type("C8工作台") == "等待处理") 
        { 
            this.ImageButton26.ImageUrl = "img/C8B.gif"; 
        } 
        else if (type("C8工作台") == "入库中") 
        { 
            this.ImageButton26.ImageUrl = "img/C8B.gif"; 
        } 
        else 
        { 
            this.ImageButton26.ImageUrl = "img/C8A.gif"; 
            this.ImageButton26.Enabled = false; 
          
        } 
 
 
 
对我有用[0] 丢个板砖[0] 引用 举报 管理 TOP 回复次数:0