When you open a web page is possible to limit the area of the cursor? eg 200px x 200px area.
The cursor can only navigated in this area, the cursor can not navigate to another area of the screen. Assuming that the monitor has a resolution of 800 x 600, he could see the whole page, but the cursor will be limited to a simple square on the page, is there any way to do this? Is possible to CSS ? Or you need to use javascript or some property of DOM?
I look forward answer, thanks.