Topic awaiting preservation: Scrolling in table body |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Israel |
posted 01-11-2004 22:25
Hi all, |
Maniac (V) Inmate From: under the bed |
posted 01-11-2004 23:28
no javascript necessary - html and css can do it all on their own - |
Bipolar (III) Inmate From: Israel |
posted 01-12-2004 07:40
Thanks. |
Maniac (V) Inmate From: under the bed |
posted 01-12-2004 14:13
Hmm. |
Paranoid (IV) Inmate From: France |
posted 01-12-2004 17:07
I've tested the following code with IE6.0, IE5.01, IE5.5, FB0.7, MZ1.4 code: <html> Notice that you can replace the big UL in the "content" DIV by 3 ULs. |
Bipolar (III) Inmate From: Israel |
posted 01-12-2004 21:51
poi: it looks very interesting but the question was on a table anyway it is not working perfect in IE (the salary cell is missing) and in NS (first row is blank). |
Paranoid (IV) Inmate From: France |
posted 01-12-2004 22:07
Yossi Admon: Actually, you can easilly replace the ULs in my code by some 3 columns table. The scrolling is simply done thanks to the overflow:auto; rule applied to the "content" DIV. |
Maniac (V) Inmate From: under the bed |
posted 01-12-2004 22:24
quote:
quote:
|
Paranoid (IV) Inmate From: France |
posted 01-12-2004 23:38
DL-44: it's sad that that crap of IE do not accept the overflow:auto; rule on the TBODY like you did 'coz it's the most natural way to do achieve that effect. code: <html> Alas we don't know if it's acceptable for Yossi to separate the header from the content. |
Bipolar (III) Inmate From: Israel |
posted 01-13-2004 08:22
It is important keeping the solution stracture to be under a TABLE tag (a lot of utilities where written to table like sorting, filtering highlight rows...) therefor I prefer DL-44 solution (till someone will find something better). |
Bipolar (III) Inmate From: Israel |
posted 01-14-2004 09:06
Following code will work both for IE and NS/Mozillz |