摘要:
[代码] 阅读全文
posted @ 2009-06-15 13:51
.NET钉子户
阅读(249)
评论(0)
推荐(0)
摘要:
法一:onMouseOver=this.style.backgroundColor='#C6E3FF' onMouseOut=this.style.backgroundColor='#FFFFFF'法二:onMouseOver="this.bgColor='#d2d2d2'" onMouseOut="this.bgColor='#f8f8f8'" 阅读全文
posted @ 2009-06-15 13:41
.NET钉子户
阅读(304)
评论(0)
推荐(0)