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
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