Have a scroll bar in drop down list HTML
问题 I am looking for a way to have a scroll bar in a drop-down list in HTML, such that if the drop-down list contains more than eg. 5 items, a scroll bar will appear for viewing the rest. This is because I will be forced to have some big lists. I have been googleing it for the past hours, but with no luck. It needs to work for IE8+, FF and Chrome. My list currently looks like this: <select name="Select1" size="1"> <option value="">- Please select a name -</option> <option value"volvo">Volvo<