Re: html table with fixed headers and scrollable rows?

2008-02-05 Thread CL
will not match by default. You may want to set them to equal width so that they align.) Hope this helps y'all. - Original Message From: Grant Smith <[EMAIL PROTECTED]> To: MyFaces Discussion Sent: Monday, February 4, 2008 6:45:54 PM Subject: Re: html table with fixed headers and

Re: html table with fixed headers and scrollable rows?

2008-02-04 Thread Grant Smith
Yes, use the following CSS: div.tableContainer { clear: both; border: 1px solid #963; height: 505px; overflow: hidden; width: 976px } div.tableContainer thead tr { position: relative; display: block; width: 960px; } div.tableContainer tbody { display: block;

html table with fixed headers and scrollable rows?

2008-02-04 Thread CL
Hi All, Is there a way for tomahawk data tables to get fixed headers and scrollable rows like the one shown at this URL: http://www.imaputz.com/cssStuff/bigFourVersion.html# or at http://www.cssplay.co.uk/menu/tablescroll.html Any help is appreciated. Thanks. __