[thelist] JS and Dragging in IE5

Tom Dell'Aringa pixelmech at yahoo.com
Fri May 24 16:54:01 CDT 2002


One more question:

In this function (or the others for that matter)

function mouseUp(e) {
  var x = event.x + document.body.scrollLeft
  var y = event.y + document.body.scrollTop
  isActive = false
  return true
}

I understand that scrollLeft/Top is the amount in IE that the window has scrolled left or down(?).
But the window is not actually scrolling, especially in my small example. yet, if you take that
out its messed up. Is this somehow taking into account the knob? I'm confused what this actually
does...

Tom

__________________________________________________
Do You Yahoo!?
LAUNCH - Your Yahoo! Music Experience
http://launch.yahoo.com



More information about the thelist mailing list