ListBox question

  • Thread starter Thread starter abcd
  • Start date Start date
A

abcd

This is plain HTML listbox question. [sorry if I have posted to wrong group]

I am using SELECT html element. I want to enable the horizontal scrollbar. I
didnt find the way. anybody knows...

my declarations are as below

<select MULTIPLE SIZE="10" width = "250" style="width:250px" id="abcd"
NAME="abcd" ondblclick="somefunction();">
 
STYLE="width: 200px; height: 200px; overflow: scroll;"

the overflow:scroll would add a scroll bar.. am not sure if this is
what you want.
 
Arun

I want to add the horizontal scroll bar...your modifications didnt add the
horizontal scroll bar...I am using IE 6. I can see only vertical scroll bar
thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top