How can I create a separately scrollable area?

  • Thread starter Thread starter JezB
  • Start date Start date
J

JezB

I have a Page in which I dynamically create an HtmlTable at run-time. The
problem is this table might be quite long. I'd like to create it within a
separately scrollable area so that the user does not have to scroll the
whole page to see it all.

How can I do this ?
 
I have a Page in which I dynamically create an HtmlTable at run-time. The
problem is this table might be quite long. I'd like to create it within a
separately scrollable area so that the user does not have to scroll the
whole page to see it all.

How can I do this ?
Iframe
 
Back
Top