[EMAIL PROTECTED] wrote:

Does anyone know how to disable the mouse scroll so that it does not move the browser window up and down?

We only want to do this when the mouse is hovering a particular div.

Thanks

$(window).bind('scroll', function() {
    return false;
});

That blocks scrolling with mousewheel and tarckpad but not if you push the scrollbar itself. And I have tested only in Firefox.



--Klaus

Reply via email to