Hi All,
I have the following code in my HTML
<SELECT name=list MULTIPLE size=10>
<OPTION> </OPTION>
</SELECT>
But it appears as THIN strip, Is there a way I can set the width even though there are no items in it. The items are populated dynamically by script.
Thanks,
R. Menon
I have the following code in my HTML
<SELECT name=list MULTIPLE size=10>
<OPTION> </OPTION>
</SELECT>
But it appears as THIN strip, Is there a way I can set the width even though there are no items in it. The items are populated dynamically by script.
Thanks,
R. Menon