Cancel scrollbar events
-
Is this possible? I have tried:
window.event.cancelBubble = true;
window.event.returnValue = false;Doesn't work :confused: Which doesn't surprise me really... Can I somehow disabled scrollbars dynamically at runtime? I know
noscroll
orscroll=no
inside thebody
of a document prevents scrollbars from appearing, but I need scrollbars, just not for this particular second of operation. CHeers :) It's frustrating being a genius and living the life of a moron!!! -
Is this possible? I have tried:
window.event.cancelBubble = true;
window.event.returnValue = false;Doesn't work :confused: Which doesn't surprise me really... Can I somehow disabled scrollbars dynamically at runtime? I know
noscroll
orscroll=no
inside thebody
of a document prevents scrollbars from appearing, but I need scrollbars, just not for this particular second of operation. CHeers :) It's frustrating being a genius and living the life of a moron!!!