HTML vertical Scroll (No CSS)

294 Views Asked by At

Is there any way to make content inside the table scrollable, just like overflow:auto; without using CSS's overflow property? I'm working of HTML 3.2 and IE 3.0 version so using CSS is not a good idea. The main point is, lots of CSS property is not supported so I need to make it using only Table.

1

There are 1 best solutions below

1
On

Use the keyword scrolling=yes/no/auto. This is widely used in HTML3.2 and HTML3.0.