Click to See Complete Forum and Search --> : scroll bars on SELECT / OPTION Tags


cparsons
12-02-2004, 03:09 PM
I know when you use the SELECT / OPTION tags a vertical scroll bar will automatically show up when the number of rows is larger than the allocated size.

Is there any command that will make a horizantal scroll bar show up when your table gets past a certain width.

I tried <div style="overflow:auto; height:150px; width:727px;"> and that worked for the horizantal scroll bar but now I had 2 vertical scroll bars, one from the original sELECT tag and 1 from the <Div> tag.

Any suggestions about how to get only 1 vertical and 1 horizantal scroll bar on a SELECT tag?

Thanks,
Craig

PeOfEo
12-02-2004, 07:15 PM
Well of course if you apply the overflow code to the div it is only going to make the div scroll, not individual elements within it. There is no way, that I know of or have even heard of, to do what you seek using todays markup.