惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

罗磊的独立博客
Google DeepMind News
Google DeepMind News
MyScale Blog
MyScale Blog
A
About on SuperTechFans
Martin Fowler
Martin Fowler
M
MIT News - Artificial intelligence
Recent Announcements
Recent Announcements
D
DataBreaches.Net
B
Blog
博客园 - 【当耐特】
爱范儿
爱范儿
有赞技术团队
有赞技术团队
P
Proofpoint News Feed
WordPress大学
WordPress大学
小众软件
小众软件
Apple Machine Learning Research
Apple Machine Learning Research
I
InfoQ
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Last Week in AI
Last Week in AI
Microsoft Azure Blog
Microsoft Azure Blog
雷峰网
雷峰网
量子位
G
Google Developers Blog

博客园 - 荆棘鸟

FSO查看文件夹 不间断往上滚动 超酷的日历[经典] 右下角弹出提示的代码!!!经典 屏蔽源码 效果怎么样 一个类似于QQ菜单的导航[经典] 滑出式菜单导航栏 js翻页代码集合 [经典] 一个JS的翻页效果(翻书效果) sql常用语句 菜鸟的最爱 .NET经典代码汇总(五) 菜鸟的最爱 .NET经典代码汇总(四) 菜鸟的最爱 .NET经典代码汇总(三) 菜鸟的最爱 .NET经典代码汇总(二) 菜鸟的最爱 .NET经典代码汇总(一) 值传递 Server.Transfer与Response.Redirect页面跳转方法的区别,总合一下 .net下使用cookies
鼠标事件 《《未完》》
荆棘鸟 · 2008-01-04 · via 博客园 - 荆棘鸟

鼠标事件 《《未完》》

Posted on 2008-01-04 14:42  荆棘鸟  阅读(86)  评论(0)    收藏  举报

//鼠标放在单元格上变色

 onmouseover="this.bgColor='#9FDC6D'" onmouseout="this.bgColor='#63A928'"

//给单元格加链接

 onclick="window.location.href('http://www.baidu.com/')"

//定义指针为小手

 style="cursor:hand;"