Cursor mouse style-properties, cursor 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 (hand, write two to take care of IE5, it only recognizes hand .)
- Move: move the mouse
- E-resize (East), ne-resize (North East), nw-resize (North West), n-resize (North), se-resize (South East ), sw-resize (South West), s-resize (South), w-resize (West): resize the mouse
- Text: text mouse
- Wait: waiting for the mouse
- Help: help Mouse
- SS: Process mouse, processing in progress
- Inherit: Inheritance
- No-drop: cannot be released, cannot be dragged
- Not-allowed: Disabled
- Url ('#'); # = the address of the cursor file (note that the file format must be. cur or. ani ). Note: Add a general cursor to the end after the custom cursor is defined to prevent the cursors defined by those URLs from being used.
Cursor custom mouse Style
<Html>
<Body>
<P> move the mouse over the word to see the mouse pointer changes: </p>
<Span style = "cursor: auto">
Auto </span> <br/>
<Span style = "cursor: crosshair">
Crosshair </span> <br/>
<Span style = "cursor: default">
Default </span> <br/>
<Span style = "cursor: pointer">
Pointer </span> <br/>
<Span style = "cursor: move">
Move </span> <br/>
<Span style = "cursor: e-resize">
E-resize </span> <br/>
<Span style = "cursor: ne-resize">
Ne-resize </span> <br/>
<Span style = "cursor: nw-resize">
Nw-resize </span> <br/>
<Span style = "cursor: n-resize">
N-resize </span> <br/>
<Span style = "cursor: se-resize">
Se-resize </span> <br/>
<Span style = "cursor: sw-resize">
Sw-resize </span> <br/>
<Span style = "cursor: s-resize">
S-resize </span> <br/>
<Span style = "cursor: w-resize">
W-resize </span> <br/>
<Span style = "cursor: text">
Text </span> <br/>
<Span style = "cursor: wait">
Wait </span> <br/>
<Span style = "cursor: help">
Help </span>
</Body>
</Html>... the remaining full text>
What is cursor in div ??
Css defines the mouse style. The cursor attributes include:
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