笨笨的文件在线处理器中,鼠标滑过会转色,是那一段代码实现的呢?
笨笨的文件在线处理器中,鼠标滑过会转色,是那一段代码实现的呢?有VB代码吗?不会看C#
e.Item.Attributes["onmouseover"] = "this.name=this.style.backgroundColor;this.style.backgroundColor='#B5E1FF'";
e.Item.Attributes["onmouseout"] = "this.style.backgroundColor=this.name";
就这两句
[此贴子已经被作者于2006-6-7 12:13:47编辑过]