In the HTML page I created, the mouse cursor is initially set to none
. However, there are certain circumstances where I need it to switch to crosshair
. The issue I am facing is that the cursor does not appear unless the user moves the mouse. If the mouse remains stationary, the cursor stays invisible.
Is there a way for me to instruct the browser to refresh and redraw the cursor without requiring the user to move their mouse?
UPDATE: While a similar question was posed before, it did not address the specific problem I encountered in Chrome despite being resolved in Firefox and Internet Explorer.