User Tools

Site Tools


cccn:nth-child_selectors

nth-child

exemples
tr:nth-child(2n+1) /* tous les rang impairs de l'élément table */
tr:nth-child(odd) /* la même */
tr:nth-child(2n+0) /* tous les éléments pairs de la table */
tr:nth-child(even) /* la même */
cccn/nth-child_selectors.txt · Last modified: 2015/12/28 15:55 by leo