Height of an HTML select box (dropdown)

前端 未结 7 619
天涯浪人
天涯浪人 2020-11-22 08:48

Can someone confirm that its not possible to change the height of a dropdown that is shown when you click on a select box.

The size attribute of th

7条回答
  •  悲哀的现实
    2020-11-22 09:17

    This is not a perfect solution but it sort of does work.

    In the select tag, include the following attributes where 'n' is the number of dropdown rows that would be visible.

    
                            
        
    提交评论

提交回复
热议问题