dear frnds,
I have a select box in php which is filled with data.The data is too long so that the i couldn't see it in the drop down fully .
I need to scroll horizontallly for that.
can we have a horisontal scroll bar in the drop down
[HTML]Code: ( html )
sample code
<select style="width:10 0px">
<option>This is the sample drop down to be shown when the form loads</option>
<option>This data is too long to be seen fully in the drop down</option>
<option>sample3 </option>
</select>[/HTML]
I have a select box in php which is filled with data.The data is too long so that the i couldn't see it in the drop down fully .
I need to scroll horizontallly for that.
can we have a horisontal scroll bar in the drop down
[HTML]Code: ( html )
sample code
<select style="width:10 0px">
<option>This is the sample drop down to be shown when the form loads</option>
<option>This data is too long to be seen fully in the drop down</option>
<option>sample3 </option>
</select>[/HTML]
Comment