![]() | |
#1
| |||
| |||
|
|
Hi, When using the following HTML, i do not ghet repeatinh headers in the preview of internet explorer 6.0 |
|
When i look on the internet i should have repeating headers. What am i doing wrong? |
#2
| |||
| |||
|
|
"serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote in message news:40beda95$0$8404$a0ced6e1 (AT) news (DOT) skynet.be... Hi, When using the following HTML, i do not ghet repeatinh headers in the preview of internet explorer 6.0 snip html When i look on the internet i should have repeating headers. What am i doing wrong? Using IE, which does not support table headers correctly. Cheers Richard. |
#3
| |||
| |||
|
|
"rf" <rf (AT) example (DOT) com> wrote in message news:n7Bvc.3639$rz4.2850 (AT) news-server (DOT) bigpond.net.au... "serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote in message news:40beda95$0$8404$a0ced6e1 (AT) news (DOT) skynet.be... When using the following HTML, i do not ghet repeatinh [table] headers in the preview of internet explorer 6.0 What am i doing wrong? Using IE, which does not support table headers correctly. I just installed Opera 7.51 and it doesn't work neither. |
#4
| |||
| |||
|
|
[post reformatted to alt.html conventions] "serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote in message news:40bee3ba$0$9762$a0ced6e1 (AT) news (DOT) skynet.be... "rf" <rf (AT) example (DOT) com> wrote in message news:n7Bvc.3639$rz4.2850 (AT) news-server (DOT) bigpond.net.au... "serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote in message news:40beda95$0$8404$a0ced6e1 (AT) news (DOT) skynet.be... When using the following HTML, i do not ghet repeatinh [table] headers in the preview of internet explorer 6.0 What am i doing wrong? Using IE, which does not support table headers correctly. I just installed Opera 7.51 and it doesn't work neither. So, opera is broken as well. Does not surprise me :-). Try Mozilla. Cheers Richard. |
#5
| |||
| |||
|
|
apparently TFOOT doesn't work in mozilla eather, but THEAD does. However i found a solution for IE. |
#6
| |||
| |||
|
|
"serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote in message news:40bef33a$0$296$a0ced6e1 (AT) news (DOT) skynet.be... apparently TFOOT doesn't work in mozilla eather, but THEAD does. However i found a solution for IE. Well? What is it? I'm intrigued... Cheers Richard. |
#7
| |||
| |||
|
|
THEAD { display: table-header-group; } TFOOT { display: table-footer-group; } |
#8
| |||
| |||
|
|
"serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote: THEAD { display: table-header-group; } TFOOT { display: table-footer-group; } It's surprising that IE sort-of supports thead and tbody if you use such CSS. Is it documented somewhere? |
|
) 111010111011 | http://bednarz.nl/ -( ) Distribute me: http://binaries.bednarz.nl/mp3/aicha |
#9
| |||
| |||
|
|
"Jukka K. Korpela" <jkorpela (AT) cs (DOT) tut.fi> writes: "serge desmedt" <sergeswork (AT) yahoo (DOT) com> wrote: THEAD { display: table-header-group; } TFOOT { display: table-footer-group; } It's surprising that IE sort-of supports thead and tbody if you use such CSS. Is it documented somewhere? Surely you are joking? http://www.w3.org/TR/CSS2/tables.htm...e-header-group |
|
It's probably just part of the customer experience strategy if the proposed default rendering is not all of a sudden viciously available as a default. |
#10
| |||
| |||
|
|
I think he meant "Is it documented that IE behaves this way?". |
|
It's probably just part of the customer experience strategy if the proposed default rendering is not all of a sudden viciously available as a default. That, I'd buy. It seems spectacularly stupid that this isn't part of IE's default rendering of the elements those CSS display values are essentially named after... |
![]() |
| Thread Tools | |
| Display Modes | |
| |