We are working on a JavaScript tool that has older code in it, so we cannot re-write the whole tool.
Now, a menu was added position fixed to the bottom and the clien
What you really want to do is bind the event handler for the capture phase of the event. However, that isn't supported in IE as far as I know, so that might not be all that useful.
http://www.quirksmode.org/js/events_order.html
Related questions: