CSS "Cascading Style Sheets" Lessons |
|||
| |
|||
|
|
|||
Css Cursor ExamplesNOTICE : Move Cursor Over Cell |
|
td {cursor :crosshair;} |
|
td {cursor :auto;} |
|
td {cursor :default;} |
|
td {cursor :hand;} |
|
td {cursor :move;} |
|
td {cursor :ne-resize;} |
|
td {cursor :nw-resize;} |
|
td {cursor :se-resize;} |
|
td {cursor :sw-resize;} |
|
td {cursor :n-resize;} |
|
td {cursor :s-resize;} |
|
td {cursor :W-resize;} |
|
td {cursor :e-resize;} |
|
td {cursor :text;} |
|
td {cursor :wait;} |
|
td {cursor :help;} |
|