How to control the width of select tag?

后端 未结 3 1539
长发绾君心
长发绾君心 2020-12-05 22:58

I have a list of countries, some with a very long name:


 
 
 ...
 
 ...

and then write CSS

#myForm select { 
width:200px; }

#myForm select:focus {
width:auto; }

Hope this will help.

提交回复
热议问题