Is their any way to use onmouseover and onmousedown together? Seems to work fine in ie, but not in ff. This is my code: <a href="Javascript:void(0)" onmouseover="scrolldown(200)" onmouseout="stopall()" onmousedown="scrolldown(50)" onmouseup="stopall()"> Code (markup): Its a custom scrollbar. Should scroll slowely onmouseover, and speed up onmousedown. (speeds are other way round, 50 is faster than 200)