How to set the type of cursor to display for the mouse pointer with JavaScript?
Answers
Answered by
0
element of your page from script, you can set the element's property element.style.cursor to one of the above values. (Alternatively, without JavaScript, you can use the attribute style="cursor:value;" in that element's HTML tag.)
Similar questions