Chinaunix首页 | 论坛 | 博客
  • 博客访问: 844173
  • 博文数量: 245
  • 博客积分: 10000
  • 博客等级: 上将
  • 技术积分: 2801
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-15 10:31
文章分类

全部博文(245)

文章存档

2011年(1)

2010年(43)

2009年(102)

2008年(99)

我的朋友

分类: WINDOWS

2008-09-30 17:59:31

语法:
 
cursor : auto | crosshair | default | hand | move | help | wait | text | w-resize |s-resize | n-resize |e-resize | ne-resize |sw-resize | se-resize | nw-resize |pointer | url (url)
 
参数:
crosshair default hand pointer
move help wait text
w-resize s-resize n-resize e-resize
ne-resize sw-resize se-resize nw-resize
auto url(img/1001.gif)

 
您将鼠标在上方的表格内移动,就能看到本属性在您当前的软件环境下可以使用的样式。
这种颜色为背景色的是IE5.5尚不支持的值。
 
说明:
 
设置或检索在对象上移动的鼠标指针采用何种系统预定义的光标形状。
对应的脚本特性为cursor。请参阅我编写的其他书目。
 
示例:
 
p { cursor: text; }
a { cursor: pointer; }
body { cursor: url("mycursor.gif"), url("images/cursors/footcursor.jpg"), default; } 
 
阅读(1006) | 评论(0) | 转发(0) |
0

上一篇:text-overflow

下一篇:图片查看器

给主人留下些什么吧!~~