thanks for taking time to read this ...
my problem is this :
i have a select box that is initially empty and only populated by selecting a value from a previous select box, lets name it "parentSelect".
its width is the default or just simply uses this code :
<select name="select1" multiple size="10">
once a value is selected from "parentSelect", "select1" gets populated.... the new content's character length lets say reaches 200, the width of "select1" doesnt change... and the text inside is cut off or incomplete!
is there any way i can work around this, where the width adjusts based on the length of whats inside the box?
my problem is this :
i have a select box that is initially empty and only populated by selecting a value from a previous select box, lets name it "parentSelect".
its width is the default or just simply uses this code :
<select name="select1" multiple size="10">
once a value is selected from "parentSelect", "select1" gets populated.... the new content's character length lets say reaches 200, the width of "select1" doesnt change... and the text inside is cut off or incomplete!
is there any way i can work around this, where the width adjusts based on the length of whats inside the box?