horizontal scroll bar to a Select box html
-
Hi Friends, I'm facing an issue with the Select box in html. My requirement is, in a Select box when the width of the item is greater than the specified width of the Select box. I want a horizontal scroll bar should appear in Select box. Thanks in Advance Regards, Shiby
-
Hi Friends, I'm facing an issue with the Select box in html. My requirement is, in a Select box when the width of the item is greater than the specified width of the Select box. I want a horizontal scroll bar should appear in Select box. Thanks in Advance Regards, Shiby
Hi there, I guess you might take a look at this Custom Select box Hope this helps << >>
-
Hi Friends, I'm facing an issue with the Select box in html. My requirement is, in a Select box when the width of the item is greater than the specified width of the Select box. I want a horizontal scroll bar should appear in Select box. Thanks in Advance Regards, Shiby
can you set the scroll property of the selectbox to auto? the following example is for a listbox, but you should get the idea.
<ASP:LISTBOX id="ListBox1" style="OVERFLOW:scroll;" runat="server" width="120px"> <ASP:LISTITEM value="Howard the Duck">Howard the Duck</ASP:LISTITEM> <ASP:LISTITEM value="The Neverending Story">The Neverending Story</ASP:LISTITEM> </ASP:LISTBOX>
creates a listbox with vertical and horizontal scroll bars /jason
-
can you set the scroll property of the selectbox to auto? the following example is for a listbox, but you should get the idea.
<ASP:LISTBOX id="ListBox1" style="OVERFLOW:scroll;" runat="server" width="120px"> <ASP:LISTITEM value="Howard the Duck">Howard the Duck</ASP:LISTITEM> <ASP:LISTITEM value="The Neverending Story">The Neverending Story</ASP:LISTITEM> </ASP:LISTBOX>
creates a listbox with vertical and horizontal scroll bars /jason
Hi Jason, Thanks for your response. I've tried out the scroll property. But still horizontal scroll bar is not appearing in listbox. I've tried out your given code for horizontal scroll bar but could not able to get horizontal scroll bar. :( Not sure, am i missing anything? I'm using IE version 6.0. Looking forward to hear from you. Regards, Shiby
-
Hi Friends, I'm facing an issue with the Select box in html. My requirement is, in a Select box when the width of the item is greater than the specified width of the Select box. I want a horizontal scroll bar should appear in Select box. Thanks in Advance Regards, Shiby
Hi, Did u find a solution for this? If so plz inform me.... I too facing the same problem..... Thanks in advance. Regards, Shiva
-
Hi, Did u find a solution for this? If so plz inform me.... I too facing the same problem..... Thanks in advance. Regards, Shiva