Here's a question for you: I have a <select>
box where I set the width
to 120px
:
<select style="width: 120px">
<option>REALLY LONG TEXT, REALLY LONG TEXT, REALLY LONG TEXT</option>
<option>ABC</option>
</select>
I need to ensure that the second option can display its full text length. Interestingly, this works well in Firefox but not in other browsers from my experience.