I have a webpage that display a slider (almost all screen) and that slider will stop when the mouse pointer is over it. I want the mouse pointer display on the top of page (where it is not over the div)
I know javascript cannot control mouse but I want to the mouse pointer is moved (displayed) outside a div after pageload.
Is there any way to do that or any solution? Thank you