Is it possible to emulate event capturing in Internet Explorer?
An example:
one two three3
IE has a Element.setCapture() method that you may find useful http://msdn.microsoft.com/en-us/library/ms536742(v=vs.85).aspx It allows you to route all mouse events to the element that called setCapture()