Assertion:
Opera 4.0 does not allow CSS to be specified for THEAD elements.
They can be applied to TR and TD/TH elements though.
Complex table, TABLE border=2, THEAD/TBODY/TFOOT separate the three table rows. No CSS applied:
filler text
TD Cell 1 | TH Cell 2 | TD Cell 3 Filler text Filler text Filler text Filler text Filler text |
TD Cell 4 Filler text Filler text Filler text Filler text Filler text | TD Cell 5 | TH Cell 6 |
TD Cell 7 | TD Cell 8 | TH Cell 9 |
filler text
Complex table, TABLE border=2, THEAD/TBODY/TFOOT separate the three table rows.
THEAD CSS: "color: yellow; background-color: green":
filler text
TD Cell 1 | TH Cell 2 | TD Cell 3 Filler text Filler text Filler text Filler text Filler text |
TD Cell 4 Filler text Filler text Filler text Filler text Filler text | TD Cell 5 | TH Cell 6 |
TD Cell 7 | TD Cell 8 | TH Cell 9 |
filler text
Complex table, TABLE border=2, THEAD/TBODY/TFOOT separate the three table rows.
TBODY CSS: "color: yellow; background-color: green":
filler text
TD Cell 1 | TH Cell 2 | TD Cell 3 Filler text Filler text Filler text Filler text Filler text |
TD Cell 4 Filler text Filler text Filler text Filler text Filler text | TD Cell 5 | TH Cell 6 |
TD Cell 7 | TD Cell 8 | TH Cell 9 |
filler text
Complex table, TABLE border=2, THEAD/TBODY/TFOOT separate the three table rows.
TFOOT CSS: "color: yellow; background-color: green":
filler text
TD Cell 1 | TH Cell 2 | TD Cell 3 Filler text Filler text Filler text Filler text Filler text |
TD Cell 4 Filler text Filler text Filler text Filler text Filler text | TD Cell 5 | TH Cell 6 |
TD Cell 7 | TD Cell 8 | TH Cell 9 |
filler text