Currently, I have implemented a script that tracks the mouse's position upon hover.
My goal is to integrate this script within a div that has
overflow-y: scroll
The script currently utilizes pageY which identifies the position relative to the window. Is there a method to modify pageY so it indicates the position in relation to the containing div instead?
Here is a link to the JS Fiddle for reference: http://jsfiddle.net/Q9r7M/38/