Select boxes

windows

Guest
The following is a simple select box:<br />
<br />
<FORM><br />
<SELECT NAME="Name1" SIZE="5" STYLE="width:470"><br />
<OPTION VALUE="test1">test1<br />
<OPTION VALUE="test2">test2<br />
<OPTION VALUE="test3">test3<br />
<OPTION VALUE="test4">test4<br />
<OPTION VALUE="test5">test5<br />
<OPTION VALUE="test6">test6<br />
<OPTION VALUE="test7">test7<br />
</SELECT><br />
</FORM><br />
<br />
Could someone please explain to me why, when I select on an item in the select box and scroll up or down with the keyboard's arrow keys, it does not go up or down row by row. Rather, it skips one row and goes to the next. <br />
<br />
Is there some kind of setting I am missing? This seems like a dumb question, but it is driving me nuts!<!--content-->nothing wrong........<br />
in my editor -view mode- it is going row by row....<!--content-->Ok, thanks for the reply. <br />
<br />
It must be some kind of setting on my browser. If anyone has any ideas, please let me know. <br />
<br />
Thanks!<!--content-->I located the problem. It's a problem with my web editor (ColdFusion studio).<br />
<br />
I never realized this before. Sorry for any confusion.<!--content-->
 
Back
Top