Skip to content
Advertisement

Tag: size

Get size of mouse cursor in javascript

I need to determine the width and height of the current mouse cursor used on our webpage. I need to show a div right under the cursor, and possibly to the right of it. So I need to determine the offsets of my div from the exact pointer location, so the cursor do not cover up the div. The mechanism

Advertisement