[EMAIL PROTECTED] wrote:
I found another style:
/* first row */ table tr:first-child td { background-color: cccccc; color: 000000; }
which uses a pseudo-class selector [1] of CSS 2.1.
I would rather not use stuff that needs modern versions of browers.
The table header in subant has this special colors, but the "old" manual (javac) has only a <table><tr><td><b> so it�s difficult to select the cells.
We could change the <td> to <th> for the first row (by a script). But the current bolding by hand should be enough.
Peter
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
