How to make the cursor type as pointer or crosshair using css?
I want to have a different cursor, how can I do that?
| Value | Result |
| pointer | a hand symbol |
| crosshair | + symbol |
| move | move symbol |
| wait | loading symbol |
| help | question symbol |
| text | text symbol |
| e-resize | move east cursor |
| ne-resize | move north-east cursor |
| nw-resize | move north-west cursor |
| n-resize | move north cursor |
| se-resize | move south-east cursor |
| sw-resize | move south-west cursor |
| s-resize | move south cursor |
| w-resize | move west cursor |
| default | default cursor |
| url | user defined image as cursor |