|
|
Iam trying to get horizontal scroll bar for drop down box using HTML,css and javaScript, when value in drop down is toolarge.
If any body know the solution, it will be greate help to me.
Thanks a lot.
|
|
|
|
Thank you for your time..I will going to try now.
|
|
|
|
|
|
|
|
Thanks lot for work around.
|
|
|
|
hi,
can u tell me how to add scroll bar for the listbox using javascript,css,html.
Can plz share the code
|
|
|
|
Hello,
I have joined this site purely to add this comment (as this is the no.1 Google result for this issue and it has remained unanswered since 2003!!)
Simply add the following DIV tag around the SELECT box and you will get a scroller:
<div style="overflow-x:scroll; width:500px;
overflow: -moz-scrollbars-horizontal;">
<select....></select>
</div>
Thanks,
Alastair
http://www.Txtlocal.com
|
|
|
|
|
|
|
|
I too have joined this page especially to post a comment here, as it is the number 1 search result in Google, to say:
AAAAAAAARRRRRRRRGGGGGGGGGGGGGGGHHHHHHHH, non-standard browser-specific hacks!
*runs away wildly waving arms*
*then...*
*slowly tip-toes back, and whispers:*
The CSS3 bit (overflow-x) is cool - but gotta wait for it to be more widely supported.
|
|
|
|
i just want to learn more about this.
|
|
|