Home Articles FAQs XREF Games Software Instant Books About Feedback Search Site-Map
irt.org logo

Q1741 Is it possible to put a scrollbar to a select drop down list?

irt.org | Knowledge Base | JavaScript | HTML | Q1741 [ previous next ]

Q1741 Is it possible to put a scrollbar to a select drop down list?

Yes. Just create a multiple select list with a size of one:

<form>
<select multiple size="1">
<option>one
<option>two
<option>three
<option>four
</select>
</form>

Provide feedback ...
AddThis Social Bookmark Button

Provide feedback ... AddThis Social Bookmark Button


Last Updated: 30th March 2008. Maintained by: Martin Webb and Michel Plungjan
irt.org liability, trademark, document use, privacy statement and software licensing rules apply.
Copyright © 1996-2008 irt.org, All Rights Reserved.