笨笨的文件在线处理器中,鼠标滑过会转色,是那一段代码实现的呢?
笨笨的文件在线处理器中,鼠标滑过会转色,是那一段代码实现的呢?有VB代码吗?不会看C#
2006-06-07 09:51
2006-06-07 11:50
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编辑过]

2006-06-07 12:13
2006-06-07 12:47
2006-06-10 09:12
2006-06-11 13:50