怎样做出把光标变手的效果!

jbas 2005-05-20 09:49:12
<input name="fd_sdarea_name" type="text" onmousemove="this.style.backgroundColor='#445566';this.style='cursor:hand';" onmouseout="this.style.backgroundColor=''"
>

这个可以实现文本框变底色,但怎样变光标???
...全文
185 6 打赏 收藏 转发到动态 举报
写回复
用AI写文章
6 条回复
切换为时间正序
请发表友善的回复…
发表回复
leo963258 2005-05-21
  • 打赏
  • 举报
回复
是光标还是鼠标。。
楼上的说的都是鼠标指针!!!
dsclub 2005-05-20
  • 打赏
  • 举报
回复
this.runtimeStyle.cursor="hand";
yaohai 2005-05-20
  • 打赏
  • 举报
回复
sorry!上边贴错了

<a style="cursor:hand">asdfasdf</a>
yaohai 2005-05-20
  • 打赏
  • 举报
回复
<a this.style.cursor='hand';>asdfasdf</a>
是是非非 2005-05-20
  • 打赏
  • 举报
回复
<input name="fd_sdarea_name" type="text" style="cursor:hand"
onmousemove="this.style.backgroundColor='#445566';" onmouseout="this.style.backgroundColor=''"
>
是是非非 2005-05-20
  • 打赏
  • 举报
回复
this.style.cursor='hand';

61,110

社区成员

发帖
与我相关
我的任务
社区描述
层叠样式表(英文全称:Cascading Style Sheets)是一种用来表现HTML(标准通用标记语言的一个应用)或XML(标准通用标记语言的一个子集)等文件样式的计算机语言。
社区管理员
  • HTML(CSS)社区
加入社区
  • 近7日
  • 近30日
  • 至今
社区公告
暂无公告

试试用AI创作助手写篇文章吧