- testdiv.addEvent('mouseover',
- (function(event) { alert('mouseover detected');
- }));
I know that the mouseover event is being set correctly because if I hover over the div and not a child element of the div, the alert is fired.
Can anyone think of why this may be happening? I am out of ideas
Thanks in advance


