"Ward Germonpré" <kingalbert2 (AT) forpresident (DOT) com> wrote
Quote:
I use a topframe because I want to mimic Excel's fixed
columnheaders. When scrolling long lists of data, the
columnheaders in the topframe remain visible. Displayed
data is dynamic, using php. |
It is entirely feasible to arrange that a division within an HTML page
scrolls independently of the rest of the page, allowing you to achieve
the required presentation with a single HTML page and avoiding the need
to compensate for the use of a frameset.
That is achieved with HTML and CSS so it is not really a JavaScript
question.
Richard.