Set width of dropdown element in HTML select dropdown options

后端 未结 7 1125
醉话见心
醉话见心 2020-11-27 21:36

I am working on a website that involves automatically populating a select box using a PHP script. This all works fine except the problem is that what I am using to populate

7条回答
  •  日久生厌
    2020-11-27 22:16

    u can simply use "width" attribute of "style" to change the length of the dropdown box

    
    

    e.g.

    style="width:200px"
    

提交回复
热议问题