|
|
|
|
CSS Cursor
|
|
|
|
|
Just like it is possible to modify the styles of HTML elements like, tables, border, links, fonts & other elements, it is also possible to customize the mouse cursor icon using CSS. This is done with the help of cursor property.
Example: p { cursor: crosshair } |
|
|
|
|
|
| It is important though to remember that, it is not a good idea to frequently change your mouse cursor icon as this may annoy or confuse the visitor & send a poor impression to the user about your web design skills. |
|
|
|
| |
|
| |
|
|
|
|
|
|