Forum Moderators: open
[3]<form action="../go_foo.php" method="get" name="focus_pocus" target="_self">
<select name="size-bag" size="1">
<option value="a">1</option>
<option value="b">2</option>
<option selected value="c">5</option>
<option value="d">10</option>
<option value="e">20</option>
<option value="f">50</option>
<option value="g">75</option> </select></form>[/3]
Is there a way to force IE to be like Firefox in this feature?
However, when the size > "1" (ie. not simply a drop-down list), then both FF and IE6 both respond to the scroll wheel - which is indeed useful.
Unfortunately, I think it's just an annoyance/feature of IE6 that the scroll wheel changes the value of a drop-down list when it has focus (some make like this 'feature'?!). You could try moving the focus elsewhere (using JavaScript) once a selection has been made, but this would effect usability/accessibility - the user would not be able to use the keyboard to step through the list.
I think it is something that IE users just have to get used to.