 select.width-fix {  

 width: 100px; /* Just an example for a fixed width. */  

 z-index: 1000; /* Make sure to put the select and its options above all other HTML elements. */  

 }  


 select.expand {  

 width: auto;  /*Let the browser handle it. */  
/*width: 300px;*/
 } 