Posted by John on 10/23/06 14:06
Hi
If you added size=5 then you would display all of them, and the largest
(DDD) would determine the width.
Is that what you are looking for?
<select "size="5" etc>
> <select id="id1" name="name1" style="width:60px;">
> <option value="1">AAAAAAAAA</option>
> <option value="2">BBBBBBBBBBBBBB</option>
> <option value="3">CC</option>
> <option value="4">DDDDDDDDDDDDDDDD</option>
> <option value="5">EEEEE</option>
> </select>
Regards
John
Navigation:
[Reply to this message]
|