fires when the mouse pointer is moved over a list
myList.attachEvent("onMousemoving", function (ev){ // your code here });
The event name is case-insensitive.