摘要: View Code 1 function lsFloat(id,location,intervalshow){ 2 this.ID=id; 3 this.InnerHTML=""; 4 this.Location=location; 5 this.IntervalShow=intervalshow; 6 this.CloseButton=true; 7 this.Width=0; 8 this.Height=0; 9 this.IE6CalibrationlsTop=6;//校准IE6偏差 10 } 11 //... 阅读全文
posted @ 2011-11-16 09:41 十年一刻·i 阅读(575) 评论(1) 推荐(0)