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.
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
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
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
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
5 matches
Mail list logo