Scroll Bar in HTML Table

saujanya_26

Member
Joined
Apr 12, 2006
Messages
8
Programming Experience
Beginner
Hello,

I am using a HTML Table on a web form. It has too many rows and as such i want the table to have a scroll bar. I tried to put
div style="BORDER-RIGHT:1px solid; BORDER-TOP:1px solid; OVERFLOW:auto; BORDER-LEFT:1px solid; WIDTH:934px; BORDER-BOTTOM:1px solid; HEIGHT:20%" i
n div tags around the table.,to c if i can get the scroll bar. But the table completely disappears with the above code in div tags. I would be glad if anyone can help me with it. I am just trying to get a vertical scroll bar on a HTML table on a web form.

Thank you
 
Back
Top