Tue, 25 Apr 2006 12:14:45 +0100 from Martin Eyles
<martin.eyles@NOSPAMbytronic.com>:
> Hi,
> I would like to make the tbody section of a table scrollable, while
> leaving the headers and footers in set places. I see that firefox does a
> reasonable job of this (simply by setting tbody{overflow: scroll}, but I
> would like to do this in IE6.
Here's an example I bookmarked some time ago:
> http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html

Signature
Stan Brown, Oak Road Systems, Tompkins County, New York, USA
http://OakRoadSystems.com/
HTML 4.01 spec: http://www.w3.org/TR/html401/
validator: http://validator.w3.org/
CSS 2.1 spec: http://www.w3.org/TR/CSS21/
validator: http://jigsaw.w3.org/css-validator/
Why We Won't Help You:
http://diveintomark.org/archives/2003/05/05/why_we_wont_help_you
Martin Eyles - 25 Apr 2006 14:26 GMT
Ok, how about a version that works on internet explorer for windows CE Pro
5.0? Can that be done?
Also, is there a version that can do this in IE without script? (I do
believe that expression(document.getElementById("data").scrollTop-2) is a
script).
Ta,
Martin
> Tue, 25 Apr 2006 12:14:45 +0100 from Martin Eyles
> <martin.eyles@NOSPAMbytronic.com>:
[quoted text clipped - 7 lines]
>
>> http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html
Martin Eyles - 25 Apr 2006 14:50 GMT
ah, discovered another example on that same site that does pretty much what
I'm looking for, and works on the CE machine.
http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header2.html
I'll adapt the example to what I need.
Ta
Martin
> Ok, how about a version that works on internet explorer for windows CE Pro
> 5.0? Can that be done?
[quoted text clipped - 17 lines]
>>
>>> http://web.tampabay.rr.com/bmerkey/examples/nonscroll-table-header.html