![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.javascript archiveRe: How to stop scroll wheel from selecting different menu options
From: McA <homo.futuris@X8XgmailX8X.com>
Date: Mon Aug 15 2005 - 21:14:43 CEST
> It works beautifully. However, in IE, after it goes to the new
IE supports mouswheel event. It's normal behavior can be disabled by
<select name="quickbrowse" onchange="go(this)" onmousewheel="return
|