Previous Message
Next Message

[how to] tr background-image or block inheritance ?

Sent by Nick Fitzsimons on 25 January 2006 16:04


> Albeit a "noisier" solution, you can assign a "first" class to the first
> cell in each row, or make them table headers (th).
>

Note that you should only make them <th> elements if they are, in fact,
header cells.

E.g.

-------------------------
| Monday  | data | data |
-------------------------
| Tuesday | data | data |
-------------------------

is a case where the first cell in each row *should* be a <th> because it
is a table header cell, but

-----------------------
| data  | data | data |
-----------------------
| data  | data | data |
-----------------------

means the cell should remain as a <td>, because it is a table data cell.

Regards,

Nick.
-- 
Nick Fitzsimons
http://www.nickfitz.co.uk/

______________________________________________________________________
css-discuss [EMAIL-REMOVED]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
Previous Message
Next Message

Message thread:

Possibly related: