|
|
CSS Cursors
Changing the cursor with CSS
You can easily change what type of cursor the user's computer will display when their mouse is over an element using the
cursor CSS parameter. You can change the cursor to any of the following:
<p style="cursor: wait;">Example text with a wait cursor on mouse-over</p> Example text with a wait cursor on mouse-over Page Responses
Currently there have been no responses to this page...
If you have anything to contribute to this tutorial, found a bug, or know a better way of achieving the same goal, please leave your response below.
|