私はこのコードを持っています: http://jsfiddle.net/9pyh2/
<style type="text/css">
select {width:200px;}
</style>
<form>
<select><option value="">Choose one</option>
<option>First choice</option>
<option>Second choice</option>
<option>Really long third choice that makes the dropdown expand etc etc etc etc etc</option>
</select>
</form>
非常に長いオプションがある場合、ドロップダウン メニューを右ではなく左に展開することは可能ですか?