Ramy
01-31-2005, 10:57 PM
hi all,
I am building a website using jsp.
I create a form which contains 3 tables. Everything work fine except the only problem is that when i use the mouse wheel over the table area, the table scroll/move with the mousewheel instead of the web page.
Is there a way to overcome this problem such that when I use the mousewheel over the table the web page scroll/move ONLY instead of the table or unless I click within the table area or move the vertical scrollBar then it makes sense for the table to scroll/move with the mousewheel.
I tried <Form onMouseWheel="return false"> but it doesn't work.
Thank you very much for your help.
Sincerely,
RT.
I am building a website using jsp.
I create a form which contains 3 tables. Everything work fine except the only problem is that when i use the mouse wheel over the table area, the table scroll/move with the mousewheel instead of the web page.
Is there a way to overcome this problem such that when I use the mousewheel over the table the web page scroll/move ONLY instead of the table or unless I click within the table area or move the vertical scrollBar then it makes sense for the table to scroll/move with the mousewheel.
I tried <Form onMouseWheel="return false"> but it doesn't work.
Thank you very much for your help.
Sincerely,
RT.