In 2005, Stu Nichols posted this entry about have a fixed header with scrolling rows in a table.
Is there a more updated solution to this task, or is what Stu wrote in 2005 still considered the latest?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
That’s as current as exists AFAIK. Depending on which browsers you need to support you can use CSS to attach an
overflow: scrollto the tbody element, but it’s not officially in the CSS spec and only works semi-reliably. Firefox seems to understand it, and I believe Chrome will as well, but IE ignores it enitrely.