Set width of dropdown element in HTML select dropdown options

后端 未结 7 1128
醉话见心
醉话见心 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-11-27 22:15

    Small And Best One

    #test{
    width: 202px;
    }
    
                            
        
    提交评论

提交回复
热议问题