- From: Paul Cotton <Paul.Cotton@microsoft.com>
- Date: Sat, 2 Jan 2010 20:08:37 +0000
- To: "public-html@w3.org" <public-html@w3.org>
- CC: "Vasan@Softeon.com" <Vasan@Softeon.com>
- Message-ID: <267F18971244A34BA58D684E5EAA4E6F14E3E326@TK5EX14MBXC137.redmond.corp.microsoft.>
I am forwarding the following message that was sent to the public-html-wg-issue-tracking@w3.org<mailto:public-html-wg-issue-tracking@w3.org> email list. /paulc Paul Cotton, Microsoft Canada 17 Eleanor Drive, Ottawa, Ontario K2E 6A3 Tel: (425) 705-9596 Fax: (425) 936-7329 From: public-html-wg-issue-tracking-request@w3.org [mailto:public-html-wg-issue-tracking-request@w3.org] On Behalf Of Vasan@Softeon.com Sent: Tuesday, December 08, 2009 3:20 PM To: public-html-wg-issue-tracking@w3.org Subject: HTML Tables Freeze Panes Hello We have a web application that is fully HTML based. Currently we have a feature in Internet Explorer to build a HTML table with a Fixed Header by using the below style tag on the TR element. top: expression(this.parentElement.parentElement.parentElement.parentElement.scrollTop-3); Currently, I am unable to locate a parallel feature that would work for other browsers. I recommend that we must add a similar feature in the specification to say <tbody style="overflow: auto"></tbody> and the table body must be allowed to scroll. We must extend this to be available for the columns as well. using colgroup. The work around we are using is two tables one for the header and one for the body of the table contents. Now synchronizing the alignment across tables becomes a major issue. Any help in this regard is appreciated. With Regards Vasan Ramani
Received on Saturday, 2 January 2010 20:09:18 UTC