I have a list of countries, some with a very long name:
Afghanistan
Add div wrapper
Afghanistan Åland Islands ... South Georgia and the South Sandwich Islands ...
and then write CSS
#myForm select { width:200px; } #myForm select:focus { width:auto; }
Hope this will help.