Possible Duplicate:
Word wrap options in a select list
i have a standard select dropdown with width set to 250px.However the options length is very big i want to restrict it to 250 and the text to wrap
eg
<select>
<option>OPtion 1</option>
<option>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industrys standard dummy text ever since the 1500Lorem Ipsum is simply dummy text of the printing and typesetting industry</option>
</select>