CSS光标属性一览表
时间:2005-06-19 13:05:25 来源:站长资讯收集整理 作者:佚名
Cursor Types |
|
| Place the mouse cursor over any of the text below to reveal a different cursor. |
Whether these work properly depends largely on how your reader's computers are set up. If they have changed their cursors, their modified cursors will pop up. No big deal really, and the majority of people will get what you'd expect. |
Crosshair Cursor |
<span style="cursor: crosshair;"> Crosshair Cursor </span> |
Hand Cursor |
<span style="cursor: pointer; cursor: hand;"> Hand Cursor </span> |
| <span style="cursor: wait;"> Wait/Hourglass Cursor </span> | |
| <span style="cursor: help;"> Help Cursor </span> | |
| <span style="cursor: no-drop;"> No-drop Cursor </span> | |
| <span style="cursor: text;"> Text/Edit Cursor </span> | |
| <span style="cursor: move;"> Moveable Object Cursor </span> | |
| <span style="cursor: n-resize"> Resize Up (North) </span> | |
| <span style="cursor: s-resize"> Resize Down (South) </span> | |
| <span style="cursor: e-resize"> Resize Right (East) </span> | |
| <span style="cursor: w-resize"> Resize Left (West) </span> | |
| <span style="cursor: ne-resize"> Resize Up + Right (North East) </span> | |
| <span style="cursor: nw-resize"> Resize Up + Left (North West) </span> | |
| <span style="cursor: se-resize"> Resize Down + Right (South East) </span> | |
| <span style="cursor: sw-resize"> Resize Down + Left (South West) </span> | |
| <span style="cursor: auto"> Auto Cursor </span> | |
| <span style="cursor:not-allowed"> Not-allowed Cursor </span> | |
| <span style="cursor: progress"> Progress Cursor </span> | |
| <span style="cursor: default"> System Defalt Cursor </span> | |
| <span style="cursor: url(' # ')"> Custom Cursor </span> # = Cursor Image Location (.cur or .ani) |
上一篇:CSS 样式切换
下一篇:利用CSS改善网站可访问性


















文章评论
共有 位CH网友发表了评论 查看完整内容