CSS3: ":nth-child(argument)"
Advanced CSS Tables - Using CSS3 For Alternate Row Colors:
tr:nth-child(odd) { background-color:#eee; }
tr:nth-child(even) { background-color:#fff; }
Advanced CSS Tables - Using CSS3 For Alternate Row Colors:
tr:nth-child(odd) { background-color:#eee; }
tr:nth-child(even) { background-color:#fff; }
Noch keine Kommentare.
Kommentare geschlossen.