html listbox with Vertical scrollbar -


i want create listbox in webpage . listbox whould have vertical scrollbar; 1 item should alowed select;

i can kind of listbox applepineapplemango gives me exactlyy listbox vertical scrollbar, when no of items in list box many. allows select multiple items. want 1 item selected

thanks or suggestions in advance

here go:

<select size="5">     <option value="1">item #1</option>     <option value="2">item #2</option>     <option value="3">item #3</option>     <option value="4">item #4</option>     <option value="5">item #5</option>     <option value="6">item #6</option>     <option value="7">item #7</option> </select> 

live example of this: http://jsfiddle.net/b4rnr/


Comments

Popular posts from this blog

c# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -