Cursor-- Define the mouse Style
- Value: [[<URI>,] * [auto | crosshair | default | pointer | move | E-resize | ne-resize | NW-resize | n-resize | se-resize | Sw-resize | S-resize | w-resize | text | wait | help | progress] | inherit
- [<URI>,] *: displays data based on user-defined resources.
- Auto: normal mouse
- Crosshair: Cross mouse
- Default: Default mouse
- Pointer: Point mouse
- Move: move the mouse
- E-resize, Ne-resize, NW-resize, N-resize, Se-resize, SW-resize, S-resize, W-resize: Change the mouse size
- Text: Text mouse
- Wait: waiting for the mouse
- Help: help Mouse
- Progress: Process mouse
- Inherit: Inheritance
- URL: http://www.dreamdu.com/css/property_cursor/
- Initial Value: Auto
- Inheritance: Yes
- Applicable to: All elements
- Cursor: Chinese"Mouse.
Example
P # auto
{
Cursor: auto;
}
P # text
{
Cursor: text;
}
P # Wait
{
Cursor: Wait;
}
P # Help
{
Cursor: help;
}
P # progress
{
Cursor: progress;
}
Cursor -- defines the mouse Style