Okay, so I know the CSS to change the cursor style in the overall page... That is not the problem. I made a JS program that is a paint program... when you have the mouse held down and have a color selected it paints the paint area of the screen. However, once I hold the mouse down it changes to the I looking cursor (text style it may be called?).
How can I keep the cursor the pointer or default no matter what is happening with the mouse? I tried researching this and nothing I found is working. I do not know JQuery yet, just JS. If anyone has some insight let me know. Please understand I am a beginner with JS.
Thanks in advance.