Saturday, 7 September 2013

Why does :last-of-type not select the very last cell of a table?

Why does :last-of-type not select the very last cell of a table?

Could anyone help me to understand why
td:last-of-type { ... }
selects the last cell of each table row and not the very last cell of a
table?

No comments:

Post a Comment