In Javascripting is it possible to place Horizontal scrollbar in ComboxBox,
if Yes,
Can u please give me with example code
Thanking You friends
ever Reddyrams
Printable View
In Javascripting is it possible to place Horizontal scrollbar in ComboxBox,
if Yes,
Can u please give me with example code
Thanking You friends
ever Reddyrams
Do you have some example where this is done, because i've never seen this before, and i really don't know how could do it...
If you want the scroll bar because the text is larger than the combobox itself, then i suggest you place a tooltip on each item of the combobox by using TITLE on each tag <OPTION>. That will ease the reading of a large content.
Why do you need one? Unless you have altered the <select> tag with stylesheets, when dropping down, it should show the whole width of the longest string contained. If you are attempting to size it, then you can't add horizontal scrollbars unless you code your own version of a <select> tag using <div> tags.Quote:
Originally Posted by Reddyrams
My two cents: horizontal scrollbars would just look ugly and would be more annoying to have to scroll left and right.