In my previous thread thread215-1201089, I figured out how to keep headings visible while scrolling...cool stuff. I now have an issue when trying to adapt this concept to dynamic content. I have a Classic ASP page which queries Active Directory and returns results in an online phonebook. My form layout is simple, a select list, an input box, and a submit button. When the Submit button is pressed the form submits to itself and returns results from AD into a table. My dilemma is that I would like for the header rows in the table to be visible when the page scrolls down along with the input fields. If you want me to post my ASP page let me know and I will. Thanks ahead of time for any help.
Desired layout of the page before the form is submitted
Desired layout of the page after the form is submitted; the top portion stays visible when the the page needs to scroll down
Desired layout of the page before the form is submitted
Code:
--------------------------------------------------
| dropdown inputbox submit button |
| |
--------------------------------------------------
Code:
--------------------------------------------------
| dropdown inputbox submit button |
| |
| heading heading heading heading heading |
--------------------------------------------------
| content content content content content |
| content content content content content |
| content content content content content |
| content conetnt content content content |
--------------------------------------------------