此回复为自动发出,仅用于显示而已,并无任何其他特殊作用
楼主【raingi520】截止到2008-07-07 16:59:21的历史汇总数据(不包括此帖):
发帖的总数量:16                       发帖的总分数:530                      
结贴的总数量:9                        结贴的总分数:190                      
无满意结贴数:5                        无满意结贴分:70                       
未结的帖子数:7                        未结的总分数:340                      
结贴的百分比:56.25 %               结分的百分比:35.85 %                  
无满意结贴率:55.56 %               无满意结分率:36.84 %                  
楼主加油

解决方案 »

  1.   

    修改这个方法,修改后如下CLASS_MSN_MESSAGE.prototype.hide = function(){  
        if(this.onunload()){          var offset  = this.height>this.bottom-this.top?this.height:this.bottom-this.top; 
            var me  = this;          if(this.timer>0){   
                window.clearInterval(me.timer);  
            }          var x  = me.left; 
            var y  = 0; 
            var width = me.width; 
            var height = 0;         y  = me.bottom - height;         if(y>=me.bottom){ 
                window.clearInterval(me.timer);  
                me.Pop.hide();  
            } else { 
                me.offset = me.offset - me.step;  
            } 
            me.Pop.show(x,y,width,height);        }  
    }  
      

  2.   

    CLASS_MSN_MESSAGE.prototype.hide = function(){  
        if(this.onunload()){          var offset  = this.height>this.bottom-this.top?this.height:this.bottom-this.top; 
            var me  = this;          if(this.timer>0){  
                window.clearInterval(me.timer);  
            }          var x  = me.left; 
            var y  = 0; 
            var width = me.width; 
            var height = 0;         y  = me.bottom - height;         if(y>=me.bottom){ 
                window.clearInterval(me.timer);  
                me.Pop.hide();  
            } else { 
                me.offset = me.offset - me.step;  
            } 
            me.Pop.show(x,y,width,height);        }  
    }