UPDATE - the JavaScript file "jquery-ui-1.5.2.min.js" needs to be updated to allow for left and top scroll offsets for IE7 (and before I believe).
Can you (or anyone) figure out how or where to change the JS file?
Looking on the web people are suggesting the use of "window.event.offsetX" and "window.event.offsetY", or "window.screenLeft" and "window.screenTop", or even "window.event.offsetX" and "window.event.offsetY" in the mouse move event handler.
|