Here is the code snippet I'm currently working with: 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>
Is there a way to modify this code so that the drop down menu expands towards the left instead of the right when an option is too long?