mouse events
How to use onmouseover to display a hand cursor or pointer
Here is the code for this button
<button onmouseover=”this.style.cursor=’pointer’;”>I Change to a POINTER when the mouse is over me</button>
also works in the IMG tag
Enjoy,
Marcos