You can set the width in pixels and the option will be truncated to fit, try this
<select style="width:50px;" >
<option>This is a really long option in a really short space</option>
</select>
Notice the difference between IE and Firefox when you click the option though - you may consider this unusable in IE.
Cheers,
Jon
|