东儿童
爱拼才会赢
 if(e.Item.ItemIndex>=0)  
  {  
  e.Item.Attributes.Add("onmouseover",   "this.oldcolor=this.style.backgroundColor;this.style.backgroundColor='#66CC99'");  
  e.Item.Attributes.Add("onmouseout",   "this.style.backgroundColor=this.oldcolor");  
  }
posted on 2008-07-30 09:27  哎!无悔  阅读(183)  评论(0)    收藏  举报