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 enable you to group rows in a
> table.
>  When you create a table, you might want to have a header row, some
> rows with data, and a row with totals at bottom.
>  This division enables browsers to support scrolling of table bodies
> independently of the table header and footer."
>
> I don't want to reinvent the wheel in own software.
> Or is it better to ignore these tags because of bad browser support ?

I've never seen any browser do anything useful with these goofy tags...

But the Designers seem to luv them...

If you really want scrolling, you'd better put them in a DIV or
IFRAME, I think.

-- 
Some people have a "gift" link here.
Know what I want?
I want you to buy a CD from some indie artist.
http://cdbaby.com/browse/from/lynch
Yeah, I get a buck. So?

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to