Seni Seven wrote :
> Extensive Google searching for more than a couple of hours has not provided
> me with a satisfactory answer to this question:
[quoted text clipped - 12 lines]
>
> * do not make use of non-standard, browser-specific CSS properties?
Speak up where it counts. I filed it as a bug in Opera Bug tracking
database (#123296) and I made the same request at MSIE 6 wiki
bug/request webpage along with a testcase.
If you want a bug fixed or a feature implemented for *_everyone_*, then
this is the right thing you should be doing.
> If the only way to make this work in the major browsers and requires
> browser-specific properties, then what are they?
You need a bit of javascript.
Cross-browser scrolling tbody
http://www.gtalbot.org/DHTMLSection/ScrollingTBody.html
works in Firefox 1.x, Seamonkey 1.x, Mozilla 1.x, MSIE 6, Opera 7+, NS
7.x, Safari 2.x, K-meleon 0.8+, etc.
> I do script coding/style markup/document markup in FF1.5 (largely because
> its debugging interface is easy/clean), but I double-check if things work
> in IE6 too.
>
> Your response is much appreciated...and forever remembered if it is the one
> that works.
forever remembered? Really?
Gérard
--
remove blah to email me
Eric Kenneth Bustad - 30 Dec 2005 19:11 GMT
>Seni Seven wrote :
>> Extensive Google searching for more than a couple of hours has not provided
[quoted text clipped - 29 lines]
>works in Firefox 1.x, Seamonkey 1.x, Mozilla 1.x, MSIE 6, Opera 7+, NS
>7.x, Safari 2.x, K-meleon 0.8+, etc.
But then that requires that you hard-code the column widths. Not one of
OP's requirements, but one of mine.
Is there a way to do this, keeping in mind the "DOES NOT occupy the
content space of the last column" requirement, using just valid HTML
and CSS, even if not yet implemented in any browser?

Signature
= Eric Bustad, Norwegian Bachelor Programmer
Jasen Betts - 30 Dec 2005 19:50 GMT
> You need a bit of javascript.
> Cross-browser scrolling tbody
> http://www.gtalbot.org/DHTMLSection/ScrollingTBody.html
> works in Firefox 1.x, Seamonkey 1.x, Mozilla 1.x, MSIE 6, Opera 7+, NS
> 7.x, Safari 2.x, K-meleon 0.8+, etc.
that's not a scrolling tbody. that's two tables one above the other.

Signature
Bye.
Jasen