Hi, My select box contains some very large text values.
eg:
<select name=mytext>
<option name=one value=one> one </option>
<option name=two value=two> a very very huge option that cannot be accomodated</option>
<option name=three value=three selected> three </option>
<option name=four value=four> four </option>
</select>
i need to make the selectbox size 100px, whereas, in the drop down, i need to show the full text of all the options
select size = say 100 px
dropdown size= say 500 px
How can i do this??