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