Quoting Simetrical <simetrical@gmail.com>: > But a rowspan will never change whether a given cell matches an > :nth-col() rule under any scheme I can think of Sure it would: <table> <tr> <td rowspan=2>2 rows</td> <td>row 1 col 2</td> </tr> <tr> <td>row 2 col 2</td> </tr> </table> The "row 2 col 2" cell should match :nth-col(2), I would think. -BorisReceived on Tuesday, 30 December 2008 19:39:11 UTC
This archive was generated by hypermail 2.3.1 : Monday, 2 May 2016 14:27:42 UTC