Hello,
I hope someone here can help me solve a requirement I have to display
tabular data in a web page and keep the header row visible at the top
while
the viewer scrolls down the page.
I have been trying without success to use a page with 2 frames:
<snip>
<FRAMESET ROWS="10%,*" FRAMEBORDER="0" FRAMESPACING="0">
<FRAME SRC="Table2.htm" SCROLLING="no">
<FRAME SRC="Table3.htm" SCROLLING="yes">
</FRAMESET>
My intent is to use Table2.htm as the static header row and Table3.htm to
display the table data.
I tried to style sheets to control the width of the columns in table to
make
the columns line up correctly with no luck.
I don't have a code snippet to show since all attempts have rendered no
results. I did a google search only to find that this is a controversial
issue, but no example code to follow.
Any help to display this data is most appreciated.
Thanks,
Dave