How can the onMouseWheel event be caught and stopped from being handled elsewhere

afexar

New Member
I would like to catch the \[code\]onMouseWheel\[/code\] event for the whole page (for context I am doing custom scrolling) but need to stop everything else on the page handling it too. How could this be done?Thanks in advance.
 
Back
Top