Re: [PHP] scrolling HTML tables

2007-05-13 Thread Larry Garfield
I usually say go ahead and use thead and tbody for semantic completeness. If you're doing anything funky with Javascript, then you can "group" table rows by having multiple table bodies (yes, that's legal!) and then operate on each tbody separately. Don't waste time with tfoot. It's broken.

Re: [PHP] scrolling HTML tables

2007-05-13 Thread Richard Lynch
On Thu, May 10, 2007 11:45 am, C.R.Vegelin wrote: > I hope it's not the wrong place to ask, but has anyone experience with > scrolling HTML tables ? Actually, it *is* the wrong place to ask... :-v > According http://www.w3schools.com/tags/tag_thead.asp > "The thead, tfoot and tbody elements enabl

Re: [PHP] scrolling HTML tables

2007-05-10 Thread Richard Davey
C.R.Vegelin wrote: I hope it's not the wrong place to ask, but has anyone experience with scrolling HTML tables ? It's not really a PHP question, and while personally I don't care, you ought to keep on-topic to avoid retribution from the "if it isn't PHP, it shouldn't be talked about" list

Re: [PHP] scrolling HTML tables

2007-05-10 Thread Daniel Brown
That's a CSS question, Cor. Check the web for the CSS property "overflow". On 5/10/07, C.R.Vegelin <[EMAIL PROTECTED]> wrote: I hope it's not the wrong place to ask, but has anyone experience with scrolling HTML tables ? According http://www.w3schools.com/tags/tag_thead.asp "The thead, tfo

[PHP] scrolling HTML tables

2007-05-10 Thread C.R.Vegelin
I hope it's not the wrong place to ask, but has anyone experience with scrolling HTML tables ? According http://www.w3schools.com/tags/tag_thead.asp "The thead, tfoot and tbody elements enable you to group rows in a table. When you create a table, you might want to have a header row, some rows w